Shades of Navy #000C67
Tints of Navy #000C67
RGB
CMYK
RGB Variations
Color information
#000C67 (or 0x000C67) is known color: Navy. HEX triplet: 00, 0C and 67. RGB value is (0,12,103). Sum of RGB (Red+Green+Blue) = 0+12+103=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 103 (40.62% from 255 or 89.57% from 115); Max value from RGB is 103 - color contains mainly: blue. Hex color #000C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C67 is #FFF398. Grayscale: #121212. Windows color (decimal): -16774041 or 6753280. OLE color: 6753280.
HSL color Cylindrical-coordinate representation of color #000C67: hue angle of 233.01º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C67 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 12 | 103 | - |
| CMYK | 1 | 0.88 | 0 | 0.60 |
| HSL | 233.01º | 1% | 0.2% | - |
| HSV(B) | 233.01º | 1% | 0.4% | - |
| XYZ | 2.58 | 1.24 | 12.94 | - |
| YUV | 18.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 103 | 1 | 0.88 | 0 | 0.60 | 233.01 | 1 | 0.2 |
| Hex | 0 | C | 67 | 64 | 58 | 0 | 3C | E9 | 64 | 14 |
| Octal | 0 | 14 | 147 | 144 | 130 | 0 | 74 | 351 | 144 | 24 |
| Binary | 0 | 1100 | 1100111 | 1100100 | 1011000 | 0 | 111100 | 11101001 | 1100100 | 10100 |
Color Harmonies of #000C67
Complementary color
Monochromatic Colors of #000C67
Black with #000C67
Text Example
Text Example
White with #000C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C67; }
p { color: rgb(0,12,103); }
H1.HeaderClassName
{
color: #000C67;
}
.AnyTagClassName
{
color: #000C67;
}
</style>
background-color css
<style>
a { background-color: #000C67; }
a { background-color: rgb(0,12,103); }
div.DivClassName
{
background-color: #000C67;
}
.BgClassName
{
background-color: #000C67;
}
</style>
border-color css
<style>
span { border-color: #000C67; }
span { border-color: rgb(0,12,103); }
td.TdClassName
{
border-color: #000C67;
}
.TagClassName
{
border-color: #000C67;
}
</style>