Color Hex Logo

#0914aa Color Hex

#0914AA
(9,20,170)
0 Favorites   0 Comments

Color spaces of #0914aa

RGB 920170
HSL0.660.900.35
HSV236°95°67°
CMYK 0.950.880.00   0.33
XYZ7.61853.460738.2966
Yxy3.46070.15430.0701
Hunter Lab18.603040.5462-109.0341
CIE-Lab21.801852.6437-76.0013

#0914aa color RGB value is (9,20,170).

#0914aa hex color red value is 9, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0914aa hue: 0.66 , saturation: 0.90 and the lightness value of 0914aa is 0.35.

The process color (four color CMYK) of #0914aa color hex is 0.95, 0.88, 0.00, 0.33. Web safe color of #0914aa is #000099. Color #0914aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010100 10101010
Octal 11 24 252
Decimal 9 20 170
Hex 9 14 AA

RGB Percentages of Color #0914aa

%4.52
%10.05
%85.43

CMYK Percentages of Color #0914aa

%95
%88
%0
%33

Triadic Colors of #0914aa

#0914aa #aa0914 #14aa09

Analogous Colors of #0914aa

#0914aa #4e09aa #0965aa

Monochromatic Colors of #0914aa

#0914aa

Complementary Color

#0914aa #aa9f09

#0914aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0914aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0914aa Color CSS Codes

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

#0914aa Text Font Color

<p style="color:#0914aa">Text here</p>

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


#0914aa Background Color

<div style="background-color:#0914aa">
Div content here</div>

This div background color is #0914aa


#0914aa Border Color

<div style="border:3px solid #0914aa">
Div here</div>

This div border color is #0914aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,20,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0914aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0914aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0914aa;
  box-shadow:         1px 1px 3px 2px #0914aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0914aa


Comments

No comments written yet.

Please login to write comment.