Color Hex Logo

#0009b4 Color Hex

#0009B4
(0,9,180)
0 Favorites   0 Comments

Color spaces of #0009b4

RGB 09180
HSL0.661.000.35
HSV237°100°71°
CMYK 1.000.950.00   0.29
XYZ8.33593.490743.4144
Yxy3.49070.15090.0632
Hunter Lab18.683446.9446-124.6930
CIE-Lab21.910758.7391-81.8412

#0009b4 color RGB value is (0,9,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001001 10110100
Octal 0 11 264
Decimal 0 9 180
Hex 0 9 B4

RGB Percentages of Color #0009b4

%0.00
%4.76
%95.24

CMYK Percentages of Color #0009b4

%100
%95
%0
%29

Triadic Colors of #0009b4

#0009b4 #b40009 #09b400

Analogous Colors of #0009b4

#0009b4 #5100b4 #0063b4

Monochromatic Colors of #0009b4

#0009b4

Complementary Color

#0009b4 #b4ab00

#0009b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0009b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0009b4 Color CSS Codes

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

#0009b4 Text Font Color

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

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


#0009b4 Background Color

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

This div background color is #0009b4


#0009b4 Border Color

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

This div border color is #0009b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0009b4


Comments

No comments written yet.

Please login to write comment.