Shades of Navy #0C006B
Tints of Navy #0C006B
RGB
CMYK
RGB Variations
Color information
#0C006B (or 0x0C006B) is known color: Navy. HEX triplet: 0C, 00 and 6B. RGB value is (12,0,107). Sum of RGB (Red+Green+Blue) = 12+0+107=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006B is #F3FF94. Grayscale: #0F0F0F. Windows color (decimal): -15990677 or 7012364. OLE color: 7012364.
HSL color Cylindrical-coordinate representation of color #0C006B: hue angle of 246.73º 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 #0C006B is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 0 | 107 | - |
| CMYK | 0.89 | 1 | 0 | 0.58 |
| HSL | 246.73º | 1% | 0.21% | - |
| HSV(B) | 246.73º | 1% | 0.42% | - |
| XYZ | 2.81 | 1.14 | 13.98 | - |
| YUV | 15.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 107 | 0.89 | 1 | 0 | 0.58 | 246.73 | 1 | 0.21 |
| Hex | C | 0 | 6B | 59 | 64 | 0 | 3A | F7 | 64 | 15 |
| Octal | 14 | 0 | 153 | 131 | 144 | 0 | 72 | 367 | 144 | 25 |
| Binary | 1100 | 0 | 1101011 | 1011001 | 1100100 | 0 | 111010 | 11110111 | 1100100 | 10101 |
Color Harmonies of #0C006B
Complementary color
Monochromatic Colors of #0C006B
Black with #0C006B
Text Example
Text Example
White with #0C006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C006B; }
p { color: rgb(12,0,107); }
H1.HeaderClassName
{
color: #0C006B;
}
.AnyTagClassName
{
color: #0C006B;
}
</style>
background-color css
<style>
a { background-color: #0C006B; }
a { background-color: rgb(12,0,107); }
div.DivClassName
{
background-color: #0C006B;
}
.BgClassName
{
background-color: #0C006B;
}
</style>
border-color css
<style>
span { border-color: #0C006B; }
span { border-color: rgb(12,0,107); }
td.TdClassName
{
border-color: #0C006B;
}
.TagClassName
{
border-color: #0C006B;
}
</style>