Shades of Navy #0C006C
Tints of Navy #0C006C
RGB
CMYK
RGB Variations
Color information
#0C006C (or 0x0C006C) is known color: Navy. HEX triplet: 0C, 00 and 6C. RGB value is (12,0,108). Sum of RGB (Red+Green+Blue) = 12+0+108=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006C is #F3FF93. Grayscale: #0F0F0F. Windows color (decimal): -15990676 or 7077900. OLE color: 7077900.
HSL color Cylindrical-coordinate representation of color #0C006C: hue angle of 246.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C006C is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 0 | 108 | - |
| CMYK | 0.89 | 1 | 0 | 0.58 |
| HSL | 246.67º | 1% | 0.21% | - |
| HSV(B) | 246.67º | 1% | 0.42% | - |
| XYZ | 2.86 | 1.16 | 14.26 | - |
| YUV | 15.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 108 | 0.89 | 1 | 0 | 0.58 | 246.67 | 1 | 0.21 |
| Hex | C | 0 | 6C | 59 | 64 | 0 | 3A | F7 | 64 | 15 |
| Octal | 14 | 0 | 154 | 131 | 144 | 0 | 72 | 367 | 144 | 25 |
| Binary | 1100 | 0 | 1101100 | 1011001 | 1100100 | 0 | 111010 | 11110111 | 1100100 | 10101 |
Color Harmonies of #0C006C
Complementary color
Monochromatic Colors of #0C006C
Black with #0C006C
Text Example
Text Example
White with #0C006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C006C; }
p { color: rgb(12,0,108); }
H1.HeaderClassName
{
color: #0C006C;
}
.AnyTagClassName
{
color: #0C006C;
}
</style>
background-color css
<style>
a { background-color: #0C006C; }
a { background-color: rgb(12,0,108); }
div.DivClassName
{
background-color: #0C006C;
}
.BgClassName
{
background-color: #0C006C;
}
</style>
border-color css
<style>
span { border-color: #0C006C; }
span { border-color: rgb(12,0,108); }
td.TdClassName
{
border-color: #0C006C;
}
.TagClassName
{
border-color: #0C006C;
}
</style>