Shades of Navy #0C016E
Tints of Navy #0C016E
RGB
CMYK
RGB Variations
Color information
#0C016E (or 0x0C016E) is known color: Navy. HEX triplet: 0C, 01 and 6E. RGB value is (12,1,110). Sum of RGB (Red+Green+Blue) = 12+1+110=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 110 (43.36% from 255 or 89.43% from 123); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C016E is #F3FE91. Grayscale: #101010. Windows color (decimal): -15990418 or 7209228. OLE color: 7209228.
HSL color Cylindrical-coordinate representation of color #0C016E: hue angle of 246.06º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C016E is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 1 | 110 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.57 |
| HSL | 246.06º | 0.98% | 0.22% | - |
| HSV(B) | 246.06º | 0.99% | 0.43% | - |
| XYZ | 2.98 | 1.23 | 14.83 | - |
| YUV | 16.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 110 | 0.89 | 0.99 | 0 | 0.57 | 246.06 | 0.98 | 0.22 |
| Hex | C | 1 | 6E | 59 | 63 | 0 | 39 | F6 | 62 | 16 |
| Octal | 14 | 1 | 156 | 131 | 143 | 0 | 71 | 366 | 142 | 26 |
| Binary | 1100 | 1 | 1101110 | 1011001 | 1100011 | 0 | 111001 | 11110110 | 1100010 | 10110 |
Color Harmonies of #0C016E
Complementary color
Monochromatic Colors of #0C016E
Black with #0C016E
Text Example
Text Example
White with #0C016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C016E; }
p { color: rgb(12,1,110); }
H1.HeaderClassName
{
color: #0C016E;
}
.AnyTagClassName
{
color: #0C016E;
}
</style>
background-color css
<style>
a { background-color: #0C016E; }
a { background-color: rgb(12,1,110); }
div.DivClassName
{
background-color: #0C016E;
}
.BgClassName
{
background-color: #0C016E;
}
</style>
border-color css
<style>
span { border-color: #0C016E; }
span { border-color: rgb(12,1,110); }
td.TdClassName
{
border-color: #0C016E;
}
.TagClassName
{
border-color: #0C016E;
}
</style>