Color Hex Logo

#0009cc Color Hex

#0009CC
(0,9,204)
0 Favorites   0 Comments

Color spaces of #0009cc

RGB 09204
HSL0.661.000.40
HSV237°100°80°
CMYK 1.000.960.00   0.20
XYZ10.99684.555057.4264
Yxy4.55500.15070.0624
Hunter Lab21.342454.6237-144.5927
CIE-Lab25.427465.0722-90.1632

#0009cc color RGB value is (0,9,204).

#0009cc hex color red value is 0, green value is 9 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0009cc hue: 0.66 , saturation: 1.00 and the lightness value of 0009cc is 0.40.

The process color (four color CMYK) of #0009cc color hex is 1.00, 0.96, 0.00, 0.20. Web safe color of #0009cc is #0000cc. Color #0009cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001001 11001100
Octal 0 11 314
Decimal 0 9 204
Hex 0 9 CC

RGB Percentages of Color #0009cc

%0.00
%4.23
%95.77

CMYK Percentages of Color #0009cc

%100
%96
%0
%20

Triadic Colors of #0009cc

#0009cc #cc0009 #09cc00

Analogous Colors of #0009cc

#0009cc #5d00cc #006fcc

Monochromatic Colors of #0009cc

#0009cc

Complementary Color

#0009cc #ccc300

#0009cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0009cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0009cc Color CSS Codes

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

#0009cc Text Font Color

<p style="color:#0009cc">Text here</p>

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


#0009cc Background Color

<div style="background-color:#0009cc">
Div content here</div>

This div background color is #0009cc


#0009cc Border Color

<div style="border:3px solid #0009cc">
Div here</div>

This div border color is #0009cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,9,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0009cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0009cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0009cc;
  box-shadow:         1px 1px 3px 2px #0009cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0009cc


Comments

No comments written yet.

Please login to write comment.