Shades of Navy #0C0168
Tints of Navy #0C0168
RGB
CMYK
RGB Variations
Color information
#0C0168 (or 0x0C0168) is known color: Navy. HEX triplet: 0C, 01 and 68. RGB value is (12,1,104). Sum of RGB (Red+Green+Blue) = 12+1+104=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 104 (41.02% from 255 or 88.89% from 117); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C0168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0168 is #F3FE97. Grayscale: #0F0F0F. Windows color (decimal): -15990424 or 6816012. OLE color: 6816012.
HSL color Cylindrical-coordinate representation of color #0C0168: hue angle of 246.41º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0168 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 1 | 104 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.59 |
| HSL | 246.41º | 0.98% | 0.21% | - |
| HSV(B) | 246.41º | 0.99% | 0.41% | - |
| XYZ | 2.66 | 1.1 | 13.17 | - |
| YUV | 16.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 104 | 0.88 | 0.99 | 0 | 0.59 | 246.41 | 0.98 | 0.21 |
| Hex | C | 1 | 68 | 58 | 63 | 0 | 3B | F6 | 62 | 15 |
| Octal | 14 | 1 | 150 | 130 | 143 | 0 | 73 | 366 | 142 | 25 |
| Binary | 1100 | 1 | 1101000 | 1011000 | 1100011 | 0 | 111011 | 11110110 | 1100010 | 10101 |
Color Harmonies of #0C0168
Complementary color
Monochromatic Colors of #0C0168
Black with #0C0168
Text Example
Text Example
White with #0C0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0168; }
p { color: rgb(12,1,104); }
H1.HeaderClassName
{
color: #0C0168;
}
.AnyTagClassName
{
color: #0C0168;
}
</style>
background-color css
<style>
a { background-color: #0C0168; }
a { background-color: rgb(12,1,104); }
div.DivClassName
{
background-color: #0C0168;
}
.BgClassName
{
background-color: #0C0168;
}
</style>
border-color css
<style>
span { border-color: #0C0168; }
span { border-color: rgb(12,1,104); }
td.TdClassName
{
border-color: #0C0168;
}
.TagClassName
{
border-color: #0C0168;
}
</style>