Shades of Navy Blue #0C7ECA
Tints of Navy Blue #0C7ECA
RGB
CMYK
RGB Variations
Color information
#0C7ECA (or 0x0C7ECA) is known color: Navy Blue. HEX triplet: 0C, 7E and CA. RGB value is (12,126,202). Sum of RGB (Red+Green+Blue) = 12+126+202=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C7ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7ECA is #F38135. Grayscale: #646464. Windows color (decimal): -15958326 or 13270540. OLE color: 13270540.
HSL color Cylindrical-coordinate representation of color #0C7ECA: hue angle of 204º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7ECA is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 126 | 202 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.21 |
| HSL | 204º | 0.89% | 0.42% | - |
| HSV(B) | 204º | 0.94% | 0.79% | - |
| XYZ | 18.27 | 19.26 | 58.63 | - |
| YUV | 100.58 | 185.23 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 126 | 202 | 0.94 | 0.38 | 0 | 0.21 | 204 | 0.89 | 0.42 |
| Hex | C | 7E | CA | 5E | 26 | 0 | 15 | CC | 59 | 2A |
| Octal | 14 | 176 | 312 | 136 | 46 | 0 | 25 | 314 | 131 | 52 |
| Binary | 1100 | 1111110 | 11001010 | 1011110 | 100110 | 0 | 10101 | 11001100 | 1011001 | 101010 |
Color Harmonies of #0C7ECA
Complementary color
Monochromatic Colors of #0C7ECA
Black with #0C7ECA
Text Example
Text Example
White with #0C7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7ECA; }
p { color: rgb(12,126,202); }
H1.HeaderClassName
{
color: #0C7ECA;
}
.AnyTagClassName
{
color: #0C7ECA;
}
</style>
background-color css
<style>
a { background-color: #0C7ECA; }
a { background-color: rgb(12,126,202); }
div.DivClassName
{
background-color: #0C7ECA;
}
.BgClassName
{
background-color: #0C7ECA;
}
</style>
border-color css
<style>
span { border-color: #0C7ECA; }
span { border-color: rgb(12,126,202); }
td.TdClassName
{
border-color: #0C7ECA;
}
.TagClassName
{
border-color: #0C7ECA;
}
</style>