Shades of Navy #000C7E
Tints of Navy #000C7E
RGB
CMYK
RGB Variations
Color information
#000C7E (or 0x000C7E) is known color: Navy. HEX triplet: 00, 0C and 7E. RGB value is (0,12,126). Sum of RGB (Red+Green+Blue) = 0+12+126=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 126 (49.61% from 255 or 91.30% from 138); Max value from RGB is 126 - color contains mainly: blue. Hex color #000C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C7E is #FFF381. Grayscale: #141414. Windows color (decimal): -16774018 or 8260608. OLE color: 8260608.
HSL color Cylindrical-coordinate representation of color #000C7E: hue angle of 234.29º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C7E is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 12 | 126 | - |
| CMYK | 1 | 0.90 | 0 | 0.51 |
| HSL | 234.29º | 1% | 0.25% | - |
| HSV(B) | 234.29º | 1% | 0.49% | - |
| XYZ | 3.9 | 1.77 | 19.87 | - |
| YUV | 21.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 126 | 1 | 0.90 | 0 | 0.51 | 234.29 | 1 | 0.25 |
| Hex | 0 | C | 7E | 64 | 5A | 0 | 33 | EA | 64 | 19 |
| Octal | 0 | 14 | 176 | 144 | 132 | 0 | 63 | 352 | 144 | 31 |
| Binary | 0 | 1100 | 1111110 | 1100100 | 1011010 | 0 | 110011 | 11101010 | 1100100 | 11001 |
Color Harmonies of #000C7E
Complementary color
Monochromatic Colors of #000C7E
Black with #000C7E
Text Example
Text Example
White with #000C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C7E; }
p { color: rgb(0,12,126); }
H1.HeaderClassName
{
color: #000C7E;
}
.AnyTagClassName
{
color: #000C7E;
}
</style>
background-color css
<style>
a { background-color: #000C7E; }
a { background-color: rgb(0,12,126); }
div.DivClassName
{
background-color: #000C7E;
}
.BgClassName
{
background-color: #000C7E;
}
</style>
border-color css
<style>
span { border-color: #000C7E; }
span { border-color: rgb(0,12,126); }
td.TdClassName
{
border-color: #000C7E;
}
.TagClassName
{
border-color: #000C7E;
}
</style>