Shades of Navy #000C76
Tints of Navy #000C76
RGB
CMYK
RGB Variations
Color information
#000C76 (or 0x000C76) is known color: Navy. HEX triplet: 00, 0C and 76. RGB value is (0,12,118). Sum of RGB (Red+Green+Blue) = 0+12+118=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 118 (46.48% from 255 or 90.77% from 130); Max value from RGB is 118 - color contains mainly: blue. Hex color #000C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C76 is #FFF389. Grayscale: #141414. Windows color (decimal): -16774026 or 7736320. OLE color: 7736320.
HSL color Cylindrical-coordinate representation of color #000C76: hue angle of 233.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C76 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 12 | 118 | - |
| CMYK | 1 | 0.90 | 0 | 0.54 |
| HSL | 233.9º | 1% | 0.23% | - |
| HSV(B) | 233.9º | 1% | 0.46% | - |
| XYZ | 3.4 | 1.57 | 17.26 | - |
| YUV | 20.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 118 | 1 | 0.90 | 0 | 0.54 | 233.9 | 1 | 0.23 |
| Hex | 0 | C | 76 | 64 | 5A | 0 | 36 | EA | 64 | 17 |
| Octal | 0 | 14 | 166 | 144 | 132 | 0 | 66 | 352 | 144 | 27 |
| Binary | 0 | 1100 | 1110110 | 1100100 | 1011010 | 0 | 110110 | 11101010 | 1100100 | 10111 |
Color Harmonies of #000C76
Complementary color
Monochromatic Colors of #000C76
Black with #000C76
Text Example
Text Example
White with #000C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C76; }
p { color: rgb(0,12,118); }
H1.HeaderClassName
{
color: #000C76;
}
.AnyTagClassName
{
color: #000C76;
}
</style>
background-color css
<style>
a { background-color: #000C76; }
a { background-color: rgb(0,12,118); }
div.DivClassName
{
background-color: #000C76;
}
.BgClassName
{
background-color: #000C76;
}
</style>
border-color css
<style>
span { border-color: #000C76; }
span { border-color: rgb(0,12,118); }
td.TdClassName
{
border-color: #000C76;
}
.TagClassName
{
border-color: #000C76;
}
</style>