Color Hex Logo

#094ccb Color Hex

#094CCB
(9,76,203)
0 Favorites   0 Comments

Color spaces of #094ccb

RGB 976203
HSL0.610.920.42
HSV219°96°80°
CMYK 0.960.630.00   0.20
XYZ13.47669.538857.6308
Yxy9.53880.16710.1183
Hunter Lab30.884923.8395-89.0147
CIE-Lab37.001632.2705-70.3991

#094ccb color RGB value is (9,76,203).

#094ccb hex color red value is 9, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #094ccb hue: 0.61 , saturation: 0.92 and the lightness value of 094ccb is 0.42.

The process color (four color CMYK) of #094ccb color hex is 0.96, 0.63, 0.00, 0.20. Web safe color of #094ccb is #0033cc. Color #094ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001100 11001011
Octal 11 114 313
Decimal 9 76 203
Hex 9 4C CB

RGB Percentages of Color #094ccb

%3.13
%26.39
%70.49

CMYK Percentages of Color #094ccb

%96
%63
%0
%20

Triadic Colors of #094ccb

#094ccb #cb094c #4ccb09

Analogous Colors of #094ccb

#094ccb #2709cb #09adcb

Monochromatic Colors of #094ccb

#094ccb

Complementary Color

#094ccb #cb8809

#094ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#094ccb Color CSS Codes

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

#094ccb Text Font Color

<p style="color:#094ccb">Text here</p>

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


#094ccb Background Color

<div style="background-color:#094ccb">
Div content here</div>

This div background color is #094ccb


#094ccb Border Color

<div style="border:3px solid #094ccb">
Div here</div>

This div border color is #094ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,76,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #094ccb;
  box-shadow:         1px 1px 3px 2px #094ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094ccb


Comments

No comments written yet.

Please login to write comment.