Color Hex Logo

#094bac Color Hex

#094BAC
(9,75,172)
0 Favorites   0 Comments

Color spaces of #094bac

RGB 975172
HSL0.600.900.35
HSV216°95°67°
CMYK 0.950.560.00   0.33
XYZ10.07518.068840.0561
Yxy8.06880.17310.1386
Hunter Lab28.405613.6017-63.7236
CIE-Lab34.125820.5728-56.8829

#094bac color RGB value is (9,75,172).

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

The process color (four color CMYK) of #094bac color hex is 0.95, 0.56, 0.00, 0.33. Web safe color of #094bac is #003399. Color #094bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 10101100
Octal 11 113 254
Decimal 9 75 172
Hex 9 4B AC

RGB Percentages of Color #094bac

%3.52
%29.30
%67.19

CMYK Percentages of Color #094bac

%95
%56
%0
%33

Triadic Colors of #094bac

#094bac #ac094b #4bac09

Analogous Colors of #094bac

#094bac #1909ac #099dac

Monochromatic Colors of #094bac

#094bac

Complementary Color

#094bac #ac6a09

#094bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#094bac Color CSS Codes

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

#094bac Text Font Color

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

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


#094bac Background Color

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

This div background color is #094bac


#094bac Border Color

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

This div border color is #094bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094bac


Comments

No comments written yet.

Please login to write comment.