Shades of Navy Blue #0C6FC1
Tints of Navy Blue #0C6FC1
RGB
CMYK
RGB Variations
Color information
#0C6FC1 (or 0x0C6FC1) is known color: Navy Blue. HEX triplet: 0C, 6F and C1. RGB value is (12,111,193). Sum of RGB (Red+Green+Blue) = 12+111+193=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C6FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6FC1 is #F3903E. Grayscale: #5A5A5A. Windows color (decimal): -15962175 or 12676876. OLE color: 12676876.
HSL color Cylindrical-coordinate representation of color #0C6FC1: hue angle of 207.18º 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 #0C6FC1 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 111 | 193 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.24 |
| HSL | 207.18º | 0.88% | 0.4% | - |
| HSV(B) | 207.18º | 0.94% | 0.76% | - |
| XYZ | 15.46 | 15.3 | 52.59 | - |
| YUV | 90.75 | 185.7 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 111 | 193 | 0.94 | 0.42 | 0 | 0.24 | 207.18 | 0.88 | 0.4 |
| Hex | C | 6F | C1 | 5E | 2A | 0 | 18 | CF | 58 | 28 |
| Octal | 14 | 157 | 301 | 136 | 52 | 0 | 30 | 317 | 130 | 50 |
| Binary | 1100 | 1101111 | 11000001 | 1011110 | 101010 | 0 | 11000 | 11001111 | 1011000 | 101000 |
Color Harmonies of #0C6FC1
Complementary color
Monochromatic Colors of #0C6FC1
Black with #0C6FC1
Text Example
Text Example
White with #0C6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6FC1; }
p { color: rgb(12,111,193); }
H1.HeaderClassName
{
color: #0C6FC1;
}
.AnyTagClassName
{
color: #0C6FC1;
}
</style>
background-color css
<style>
a { background-color: #0C6FC1; }
a { background-color: rgb(12,111,193); }
div.DivClassName
{
background-color: #0C6FC1;
}
.BgClassName
{
background-color: #0C6FC1;
}
</style>
border-color css
<style>
span { border-color: #0C6FC1; }
span { border-color: rgb(12,111,193); }
td.TdClassName
{
border-color: #0C6FC1;
}
.TagClassName
{
border-color: #0C6FC1;
}
</style>