Color Hex Logo

#094baf Color Hex

#094BAF
(9,75,175)
0 Favorites   0 Comments

Color spaces of #094baf

RGB 975175
HSL0.600.900.36
HSV216°95°69°
CMYK 0.950.570.00   0.31
XYZ10.36668.185441.5910
Yxy8.18540.17240.1361
Hunter Lab28.610114.6100-66.1637
CIE-Lab34.366121.7975-58.2761

#094baf color RGB value is (9,75,175).

#094baf hex color red value is 9, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #094baf hue: 0.60 , saturation: 0.90 and the lightness value of 094baf is 0.36.

The process color (four color CMYK) of #094baf color hex is 0.95, 0.57, 0.00, 0.31. Web safe color of #094baf is #003399. Color #094baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 10101111
Octal 11 113 257
Decimal 9 75 175
Hex 9 4B AF

RGB Percentages of Color #094baf

%3.47
%28.96
%67.57

CMYK Percentages of Color #094baf

%95
%57
%0
%31

Triadic Colors of #094baf

#094baf #af094b #4baf09

Analogous Colors of #094baf

#094baf #1a09af #099eaf

Monochromatic Colors of #094baf

#094baf

Complementary Color

#094baf #af6d09

#094baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#094baf Color CSS Codes

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

#094baf Text Font Color

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

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


#094baf Background Color

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

This div background color is #094baf


#094baf Border Color

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

This div border color is #094baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094baf


Comments

No comments written yet.

Please login to write comment.