Shades of Navy Blue #0C7ECC
Tints of Navy Blue #0C7ECC
RGB
CMYK
RGB Variations
Color information
#0C7ECC (or 0x0C7ECC) is known color: Navy Blue. HEX triplet: 0C, 7E and CC. RGB value is (12,126,204). Sum of RGB (Red+Green+Blue) = 12+126+204=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C7ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7ECC is #F38133. Grayscale: #646464. Windows color (decimal): -15958324 or 13401612. OLE color: 13401612.
HSL color Cylindrical-coordinate representation of color #0C7ECC: hue angle of 204.38º 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 #0C7ECC is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 126 | 204 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.2 |
| HSL | 204.38º | 0.89% | 0.42% | - |
| HSV(B) | 204.38º | 0.94% | 0.8% | - |
| XYZ | 18.51 | 19.36 | 59.89 | - |
| YUV | 100.81 | 186.23 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 126 | 204 | 0.94 | 0.38 | 0 | 0.2 | 204.38 | 0.89 | 0.42 |
| Hex | C | 7E | CC | 5E | 26 | 0 | 14 | CC | 59 | 2A |
| Octal | 14 | 176 | 314 | 136 | 46 | 0 | 24 | 314 | 131 | 52 |
| Binary | 1100 | 1111110 | 11001100 | 1011110 | 100110 | 0 | 10100 | 11001100 | 1011001 | 101010 |
Color Harmonies of #0C7ECC
Complementary color
Monochromatic Colors of #0C7ECC
Black with #0C7ECC
Text Example
Text Example
White with #0C7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7ECC; }
p { color: rgb(12,126,204); }
H1.HeaderClassName
{
color: #0C7ECC;
}
.AnyTagClassName
{
color: #0C7ECC;
}
</style>
background-color css
<style>
a { background-color: #0C7ECC; }
a { background-color: rgb(12,126,204); }
div.DivClassName
{
background-color: #0C7ECC;
}
.BgClassName
{
background-color: #0C7ECC;
}
</style>
border-color css
<style>
span { border-color: #0C7ECC; }
span { border-color: rgb(12,126,204); }
td.TdClassName
{
border-color: #0C7ECC;
}
.TagClassName
{
border-color: #0C7ECC;
}
</style>