#0A0F81

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

Shades of Navy #0A0F81

Tints of Navy #0A0F81

Color information

#0A0F81 (or 0x0A0F81) is unknown color: approx Navy. HEX triplet: 0A, 0F and 81. RGB value is (10,15,129). Sum of RGB (Red+Green+Blue) = 10+15+129=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 129 (50.78% from 255 or 83.77% from 154); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A0F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0F81 is #F5F07E. Grayscale: #1A1A1A. Windows color (decimal): -16117887 or 8457994. OLE color: 8457994.

HSL color Cylindrical-coordinate representation of color #0A0F81: hue angle of 237.48º 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 #0A0F81 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1015129-
CMYK0.920.8800.49
HSL237.48º85.61%27.25%-
HSV(B)237.48º92.25%50.59%-
XYZ4.261.9920.93-
YUV26.5185.84116.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 129 (50.78% from 255) = 83.77%
R=6.49%
G=9.74%
B=83.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10151290.920.8800.49237.4885.6127.25
HexAF815C58031ed561b
Octal121720113413006135512633
Binary101011111000000110111001011000011000111101101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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