#000A6F

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

Shades of Navy #000A6F

Tints of Navy #000A6F

Color information

#000A6F (or 0x000A6F) is unknown color: approx Navy. HEX triplet: 00, 0A and 6F. RGB value is (0,10,111). Sum of RGB (Red+Green+Blue) = 0+10+111=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #000A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A6F is #FFF590. Grayscale: #121212. Windows color (decimal): -16774545 or 7277056. OLE color: 7277056.

HSL color Cylindrical-coordinate representation of color #000A6F: hue angle of 234.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A6F is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB010111-
CMYK10.9100.56
HSL234.59º100%21.76%-
HSV(B)234.59º100%43.53%-
XYZ2.981.3615.15-
YUV18.52180.19114.79-

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) = 8.26%
BLUE value IS 111 (43.75% from 255) = 91.74%
R=0%
G=8.26%
B=91.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01011110.9100.56234.5910021.76
Hex0A6F645B038eb6416
Octal01215714413307035314426
Binary01010110111111001001011011011100011101011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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