color codes Logo

#0102db color codes

#0102DB
(1,2,219)
0 Favorites   0 Comments

Color spaces of #0102db

RGB 12219
HSL0.670.990.43
HSV240°100°86°
CMYK 1.000.990.00   0.14
XYZ12.82045.164367.3389
Yxy5.16430.15030.0605
Hunter Lab22.725160.9321-159.7803
CIE-Lab27.197870.2260-95.9193

#0102db color RGB value is (1,2,219).

#0102db hex color red value is 1, green value is 2 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0102db hue: 0.67 , saturation: 0.99 and the lightness value of 0102db is 0.43.

The process color (four color CMYK) of #0102db color code is 1.00, 0.99, 0.00, 0.14. Web safe color of #0102db is #0000cc. Color #0102db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000010 11011011
Octal 1 2 333
Decimal 1 2 219
Hex 1 2 DB

RGB Percentages of Color #0102db

%0.45
%0.90
%98.65

CMYK Percentages of Color #0102db

%100
%99
%0
%14

Triadic Colors of #0102db

#0102db #db0102 #02db01

Analogous Colors of #0102db

#0102db #6d01db #016fdb

Monochromatic Colors of #0102db

#0102db

Complementary Color

#0102db #dbda01

#0102db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0102db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0102db Color CSS Codes

.mybgcolor {background-color:#0102db; } 
.myforecolor {color:#0102db; }
.mybordercolor {border:3px solid #0102db; }

#0102db Text Font Color

<p style="color:#0102db">Text here</p>

This sample text font color is #0102db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0102db Background Color

<div style="background-color:#0102db">
Div content here</div>

This div background color is #0102db


#0102db Border Color

<div style="border:3px solid #0102db">
Div here</div>

This div border color is #0102db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,2,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0102db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0102db;
  -webkit-box-shadow: 1px 1px 3px 2px #0102db;
  box-shadow:         1px 1px 3px 2px #0102db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,2,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0102db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0102db;
  -webkit-box-shadow: 1px 1px 3px 2px #0102db;
  box-shadow:         1px 1px 3px 2px #0102db;">
Div content here</div>

This div box has shadow with color #0102db


Comments

No comments written yet.

Please login to write comment.