Shades of Navy Blue #0C6EC1
Tints of Navy Blue #0C6EC1
RGB
CMYK
RGB Variations
Color information
#0C6EC1 (or 0x0C6EC1) is known color: Navy Blue. HEX triplet: 0C, 6E and C1. RGB value is (12,110,193). Sum of RGB (Red+Green+Blue) = 12+110+193=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C6EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6EC1 is #F3913E. Grayscale: #595959. Windows color (decimal): -15962431 or 12676620. OLE color: 12676620.
HSL color Cylindrical-coordinate representation of color #0C6EC1: hue angle of 207.51º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6EC1 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 110 | 193 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.24 |
| HSL | 207.51º | 0.88% | 0.4% | - |
| HSV(B) | 207.51º | 0.94% | 0.76% | - |
| XYZ | 15.35 | 15.08 | 52.55 | - |
| YUV | 90.16 | 186.03 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 193 | 0.94 | 0.43 | 0 | 0.24 | 207.51 | 0.88 | 0.4 |
| Hex | C | 6E | C1 | 5E | 2B | 0 | 18 | D0 | 58 | 28 |
| Octal | 14 | 156 | 301 | 136 | 53 | 0 | 30 | 320 | 130 | 50 |
| Binary | 1100 | 1101110 | 11000001 | 1011110 | 101011 | 0 | 11000 | 11010000 | 1011000 | 101000 |
Color Harmonies of #0C6EC1
Complementary color
Monochromatic Colors of #0C6EC1
Black with #0C6EC1
Text Example
Text Example
White with #0C6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6EC1; }
p { color: rgb(12,110,193); }
H1.HeaderClassName
{
color: #0C6EC1;
}
.AnyTagClassName
{
color: #0C6EC1;
}
</style>
background-color css
<style>
a { background-color: #0C6EC1; }
a { background-color: rgb(12,110,193); }
div.DivClassName
{
background-color: #0C6EC1;
}
.BgClassName
{
background-color: #0C6EC1;
}
</style>
border-color css
<style>
span { border-color: #0C6EC1; }
span { border-color: rgb(12,110,193); }
td.TdClassName
{
border-color: #0C6EC1;
}
.TagClassName
{
border-color: #0C6EC1;
}
</style>