Shades of Navy Blue #0C6DCC
Tints of Navy Blue #0C6DCC
RGB
CMYK
RGB Variations
Color information
#0C6DCC (or 0x0C6DCC) is known color: Navy Blue. HEX triplet: 0C, 6D and CC. RGB value is (12,109,204). Sum of RGB (Red+Green+Blue) = 12+109+204=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C6DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6DCC is #F39233. Grayscale: #5A5A5A. Windows color (decimal): -15962676 or 13397260. OLE color: 13397260.
HSL color Cylindrical-coordinate representation of color #0C6DCC: hue angle of 209.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6DCC is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 109 | 204 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.2 |
| HSL | 209.69º | 0.89% | 0.42% | - |
| HSV(B) | 209.69º | 0.94% | 0.8% | - |
| XYZ | 16.52 | 15.38 | 59.22 | - |
| YUV | 90.83 | 191.86 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 204 | 0.94 | 0.47 | 0 | 0.2 | 209.69 | 0.89 | 0.42 |
| Hex | C | 6D | CC | 5E | 2F | 0 | 14 | D2 | 59 | 2A |
| Octal | 14 | 155 | 314 | 136 | 57 | 0 | 24 | 322 | 131 | 52 |
| Binary | 1100 | 1101101 | 11001100 | 1011110 | 101111 | 0 | 10100 | 11010010 | 1011001 | 101010 |
Color Harmonies of #0C6DCC
Complementary color
Monochromatic Colors of #0C6DCC
Black with #0C6DCC
Text Example
Text Example
White with #0C6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6DCC; }
p { color: rgb(12,109,204); }
H1.HeaderClassName
{
color: #0C6DCC;
}
.AnyTagClassName
{
color: #0C6DCC;
}
</style>
background-color css
<style>
a { background-color: #0C6DCC; }
a { background-color: rgb(12,109,204); }
div.DivClassName
{
background-color: #0C6DCC;
}
.BgClassName
{
background-color: #0C6DCC;
}
</style>
border-color css
<style>
span { border-color: #0C6DCC; }
span { border-color: rgb(12,109,204); }
td.TdClassName
{
border-color: #0C6DCC;
}
.TagClassName
{
border-color: #0C6DCC;
}
</style>