Color Hex Logo

#094bad Color Hex

#094BAD
(9,75,173)
0 Favorites   0 Comments

Color spaces of #094bad

RGB 975173
HSL0.600.900.36
HSV216°95°68°
CMYK 0.950.570.00   0.32
XYZ10.17168.107440.5639
Yxy8.10740.17290.1378
Hunter Lab28.473513.9370-64.5342
CIE-Lab34.205620.9819-57.3483

#094bad color RGB value is (9,75,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 10101101
Octal 11 113 255
Decimal 9 75 173
Hex 9 4B AD

RGB Percentages of Color #094bad

%3.50
%29.18
%67.32

CMYK Percentages of Color #094bad

%95
%57
%0
%32

Triadic Colors of #094bad

#094bad #ad094b #4bad09

Analogous Colors of #094bad

#094bad #1909ad #099dad

Monochromatic Colors of #094bad

#094bad

Complementary Color

#094bad #ad6b09

#094bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#094bad Color CSS Codes

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

#094bad Text Font Color

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

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


#094bad Background Color

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

This div background color is #094bad


#094bad Border Color

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

This div border color is #094bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094bad


Comments

No comments written yet.

Please login to write comment.