Shades of Navy #000A6C
Tints of Navy #000A6C
RGB
CMYK
RGB Variations
Color information
#000A6C (or 0x000A6C) is known color: Navy. HEX triplet: 00, 0A and 6C. RGB value is (0,10,108). Sum of RGB (Red+Green+Blue) = 0+10+108=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 108 (42.58% from 255 or 91.53% from 118); Max value from RGB is 108 - color contains mainly: blue. Hex color #000A6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A6C is #FFF593. Grayscale: #111111. Windows color (decimal): -16774548 or 7080448. OLE color: 7080448.
HSL color Cylindrical-coordinate representation of color #000A6C: hue angle of 234.44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A6C is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 10 | 108 | - |
| CMYK | 1 | 0.91 | 0 | 0.58 |
| HSL | 234.44º | 1% | 0.21% | - |
| HSV(B) | 234.44º | 1% | 0.42% | - |
| XYZ | 2.82 | 1.3 | 14.29 | - |
| YUV | 18.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 108 | 1 | 0.91 | 0 | 0.58 | 234.44 | 1 | 0.21 |
| Hex | 0 | A | 6C | 64 | 5B | 0 | 3A | EA | 64 | 15 |
| Octal | 0 | 12 | 154 | 144 | 133 | 0 | 72 | 352 | 144 | 25 |
| Binary | 0 | 1010 | 1101100 | 1100100 | 1011011 | 0 | 111010 | 11101010 | 1100100 | 10101 |
Color Harmonies of #000A6C
Complementary color
Monochromatic Colors of #000A6C
Black with #000A6C
Text Example
Text Example
White with #000A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A6C; }
p { color: rgb(0,10,108); }
H1.HeaderClassName
{
color: #000A6C;
}
.AnyTagClassName
{
color: #000A6C;
}
</style>
background-color css
<style>
a { background-color: #000A6C; }
a { background-color: rgb(0,10,108); }
div.DivClassName
{
background-color: #000A6C;
}
.BgClassName
{
background-color: #000A6C;
}
</style>
border-color css
<style>
span { border-color: #000A6C; }
span { border-color: rgb(0,10,108); }
td.TdClassName
{
border-color: #000A6C;
}
.TagClassName
{
border-color: #000A6C;
}
</style>