Color Hex Logo

#1209db Color Hex

#1209DB
(18,9,219)
0 Favorites   0 Comments

Color spaces of #1209db

RGB 189219
HSL0.670.920.45
HSV243°96°86°
CMYK 0.920.960.00   0.14
XYZ13.13335.438467.3754
Yxy5.43840.15280.0633
Hunter Lab23.320459.7149-154.9717
CIE-Lab27.948969.0578-94.6551

#1209db color RGB value is (18,9,219).

#1209db hex color red value is 18, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1209db hue: 0.67 , saturation: 0.92 and the lightness value of 1209db is 0.45.

The process color (four color CMYK) of #1209db color hex is 0.92, 0.96, 0.00, 0.14. Web safe color of #1209db is #0000cc. Color #1209db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001001 11011011
Octal 22 11 333
Decimal 18 9 219
Hex 12 9 DB

RGB Percentages of Color #1209db

%7.32
%3.66
%89.02

CMYK Percentages of Color #1209db

%92
%96
%0
%14

Triadic Colors of #1209db

#1209db #db1209 #09db12

Analogous Colors of #1209db

#1209db #7b09db #0969db

Monochromatic Colors of #1209db

#1209db

Complementary Color

#1209db #d2db09

#1209db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1209db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1209db Color CSS Codes

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

#1209db Text Font Color

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

This sample text font color is #1209db
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.


#1209db Background Color

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

This div background color is #1209db


#1209db Border Color

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

This div border color is #1209db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,9,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 #1209db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1209db


Comments

No comments written yet.

Please login to write comment.