Shades of Navy #0C016D
Tints of Navy #0C016D
RGB
CMYK
RGB Variations
Color information
#0C016D (or 0x0C016D) is known color: Navy. HEX triplet: 0C, 01 and 6D. RGB value is (12,1,109). Sum of RGB (Red+Green+Blue) = 12+1+109=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C016D is #F3FE92. Grayscale: #101010. Windows color (decimal): -15990419 or 7143692. OLE color: 7143692.
HSL color Cylindrical-coordinate representation of color #0C016D: hue angle of 246.11º 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 #0C016D is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 1 | 109 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.57 |
| HSL | 246.11º | 0.98% | 0.22% | - |
| HSV(B) | 246.11º | 0.99% | 0.43% | - |
| XYZ | 2.92 | 1.2 | 14.55 | - |
| YUV | 16.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 109 | 0.89 | 0.99 | 0 | 0.57 | 246.11 | 0.98 | 0.22 |
| Hex | C | 1 | 6D | 59 | 63 | 0 | 39 | F6 | 62 | 16 |
| Octal | 14 | 1 | 155 | 131 | 143 | 0 | 71 | 366 | 142 | 26 |
| Binary | 1100 | 1 | 1101101 | 1011001 | 1100011 | 0 | 111001 | 11110110 | 1100010 | 10110 |
Color Harmonies of #0C016D
Complementary color
Monochromatic Colors of #0C016D
Black with #0C016D
Text Example
Text Example
White with #0C016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C016D; }
p { color: rgb(12,1,109); }
H1.HeaderClassName
{
color: #0C016D;
}
.AnyTagClassName
{
color: #0C016D;
}
</style>
background-color css
<style>
a { background-color: #0C016D; }
a { background-color: rgb(12,1,109); }
div.DivClassName
{
background-color: #0C016D;
}
.BgClassName
{
background-color: #0C016D;
}
</style>
border-color css
<style>
span { border-color: #0C016D; }
span { border-color: rgb(12,1,109); }
td.TdClassName
{
border-color: #0C016D;
}
.TagClassName
{
border-color: #0C016D;
}
</style>