#0A0E81

Color #0A0E81 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0A0E81

Tints of Navy #0A0E81

Color information

#0A0E81 (or 0x0A0E81) is unknown color: approx Navy. HEX triplet: 0A, 0E and 81. RGB value is (10,14,129). Sum of RGB (Red+Green+Blue) = 10+14+129=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A0E81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0E81 is #F5F17E. Grayscale: #191919. Windows color (decimal): -16118143 or 8457738. OLE color: 8457738.

HSL color Cylindrical-coordinate representation of color #0A0E81: hue angle of 237.98º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0E81 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1014129-
CMYK0.920.8900.49
HSL237.98º85.61%27.25%-
HSV(B)237.98º92.25%50.59%-
XYZ4.241.9620.92-
YUV25.91186.17116.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 129 (50.78% from 255) = 84.31%
R=6.54%
G=9.15%
B=84.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10141290.920.8900.49237.9885.6127.25
HexAE815C59031ee561b
Octal121620113413106135612633
Binary101011101000000110111001011001011000111101110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0E81; }

 p { color: rgb(10,14,129); }

 H1.HeaderClassName
 {
   color: #0A0E81;
 }
 .AnyTagClassName
 {
   color: #0A0E81;
 }
</style>
background-color css

<style>
 a { background-color: #0A0E81; }

 a { background-color: rgb(10,14,129); }

 div.DivClassName
 {
   background-color: #0A0E81;
 }
 .BgClassName
 {
   background-color: #0A0E81;
 }
</style>
border-color css

<style>
 span { border-color: #0A0E81; }

 span { border-color: rgb(10,14,129); }

 td.TdClassName
 {
   border-color: #0A0E81;
 }
 .TagClassName
 {
   border-color: #0A0E81;
 }
</style>