Shades of Navy Blue #0C6DC1
Tints of Navy Blue #0C6DC1
RGB
CMYK
RGB Variations
Color information
#0C6DC1 (or 0x0C6DC1) is known color: Navy Blue. HEX triplet: 0C, 6D and C1. RGB value is (12,109,193). Sum of RGB (Red+Green+Blue) = 12+109+193=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C6DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6DC1 is #F3923E. Grayscale: #595959. Windows color (decimal): -15962687 or 12676364. OLE color: 12676364.
HSL color Cylindrical-coordinate representation of color #0C6DC1: hue angle of 207.85º 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 #0C6DC1 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 109 | 193 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.24 |
| HSL | 207.85º | 0.88% | 0.4% | - |
| HSV(B) | 207.85º | 0.94% | 0.76% | - |
| XYZ | 15.25 | 14.87 | 52.52 | - |
| YUV | 89.57 | 186.36 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 193 | 0.94 | 0.44 | 0 | 0.24 | 207.85 | 0.88 | 0.4 |
| Hex | C | 6D | C1 | 5E | 2C | 0 | 18 | D0 | 58 | 28 |
| Octal | 14 | 155 | 301 | 136 | 54 | 0 | 30 | 320 | 130 | 50 |
| Binary | 1100 | 1101101 | 11000001 | 1011110 | 101100 | 0 | 11000 | 11010000 | 1011000 | 101000 |
Color Harmonies of #0C6DC1
Complementary color
Monochromatic Colors of #0C6DC1
Black with #0C6DC1
Text Example
Text Example
White with #0C6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6DC1; }
p { color: rgb(12,109,193); }
H1.HeaderClassName
{
color: #0C6DC1;
}
.AnyTagClassName
{
color: #0C6DC1;
}
</style>
background-color css
<style>
a { background-color: #0C6DC1; }
a { background-color: rgb(12,109,193); }
div.DivClassName
{
background-color: #0C6DC1;
}
.BgClassName
{
background-color: #0C6DC1;
}
</style>
border-color css
<style>
span { border-color: #0C6DC1; }
span { border-color: rgb(12,109,193); }
td.TdClassName
{
border-color: #0C6DC1;
}
.TagClassName
{
border-color: #0C6DC1;
}
</style>