Color Hex Logo

#094bab Color Hex

#094BAB
(9,75,171)
0 Favorites   0 Comments

Color spaces of #094bab

RGB 975171
HSL0.600.900.35
HSV216°95°67°
CMYK 0.950.560.00   0.33
XYZ9.97948.030539.5521
Yxy8.03050.17340.1395
Hunter Lab28.338113.2678-62.9155
CIE-Lab34.046320.1636-56.4163

#094bab color RGB value is (9,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 10101011
Octal 11 113 253
Decimal 9 75 171
Hex 9 4B AB

RGB Percentages of Color #094bab

%3.53
%29.41
%67.06

CMYK Percentages of Color #094bab

%95
%56
%0
%33

Triadic Colors of #094bab

#094bab #ab094b #4bab09

Analogous Colors of #094bab

#094bab #1809ab #099cab

Monochromatic Colors of #094bab

#094bab

Complementary Color

#094bab #ab6909

#094bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#094bab Color CSS Codes

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

#094bab Text Font Color

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

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


#094bab Background Color

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

This div background color is #094bab


#094bab Border Color

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

This div border color is #094bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094bab


Comments

No comments written yet.

Please login to write comment.