#000A81

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

Shades of Navy #000A81

Tints of Navy #000A81

Color information

#000A81 (or 0x000A81) is unknown color: approx Navy. HEX triplet: 00, 0A and 81. RGB value is (0,10,129). Sum of RGB (Red+Green+Blue) = 0+10+129=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 129 (50.78% from 255 or 92.81% from 139); Max value from RGB is 129 - color contains mainly: blue. Hex color #000A81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A81 is #FFF57E. Grayscale: #141414. Windows color (decimal): -16774527 or 8456704. OLE color: 8456704.

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

Color convert

RGB010129-
CMYK10.9200.49
HSL235.35º100%25.29%-
HSV(B)235.35º100%50.59%-
XYZ4.071.820.9-
YUV20.58189.19113.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 129 (50.78% from 255) = 92.81%
R=0%
G=7.19%
B=92.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01012910.9200.49235.3510025.29
Hex0A81645C031eb6419
Octal01220114413406135314431
Binary010101000000111001001011100011000111101011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A81; }

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

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

<style>
 a { background-color: #000A81; }

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

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

<style>
 span { border-color: #000A81; }

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

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