Shades of Navy Blue #0C66DC
Tints of Navy Blue #0C66DC
RGB
CMYK
RGB Variations
Color information
#0C66DC (or 0x0C66DC) is known color: Navy Blue. HEX triplet: 0C, 66 and DC. RGB value is (12,102,220). Sum of RGB (Red+Green+Blue) = 12+102+220=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C66DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C66DC is #F39923. Grayscale: #575757. Windows color (decimal): -15964452 or 14444044. OLE color: 14444044.
HSL color Cylindrical-coordinate representation of color #0C66DC: hue angle of 214.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C66DC is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 102 | 220 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.14 |
| HSL | 214.04º | 0.9% | 0.45% | - |
| HSV(B) | 214.04º | 0.95% | 0.86% | - |
| XYZ | 17.82 | 14.75 | 69.62 | - |
| YUV | 88.54 | 202.18 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 220 | 0.95 | 0.54 | 0 | 0.14 | 214.04 | 0.9 | 0.45 |
| Hex | C | 66 | DC | 5F | 36 | 0 | E | D6 | 5A | 2D |
| Octal | 14 | 146 | 334 | 137 | 66 | 0 | 16 | 326 | 132 | 55 |
| Binary | 1100 | 1100110 | 11011100 | 1011111 | 110110 | 0 | 1110 | 11010110 | 1011010 | 101101 |
Color Harmonies of #0C66DC
Complementary color
Monochromatic Colors of #0C66DC
Black with #0C66DC
Text Example
Text Example
White with #0C66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C66DC; }
p { color: rgb(12,102,220); }
H1.HeaderClassName
{
color: #0C66DC;
}
.AnyTagClassName
{
color: #0C66DC;
}
</style>
background-color css
<style>
a { background-color: #0C66DC; }
a { background-color: rgb(12,102,220); }
div.DivClassName
{
background-color: #0C66DC;
}
.BgClassName
{
background-color: #0C66DC;
}
</style>
border-color css
<style>
span { border-color: #0C66DC; }
span { border-color: rgb(12,102,220); }
td.TdClassName
{
border-color: #0C66DC;
}
.TagClassName
{
border-color: #0C66DC;
}
</style>