Shades of Navy Blue #0C6CDD
Tints of Navy Blue #0C6CDD
RGB
CMYK
RGB Variations
Color information
#0C6CDD (or 0x0C6CDD) is known color: Navy Blue. HEX triplet: 0C, 6C and DD. RGB value is (12,108,221). Sum of RGB (Red+Green+Blue) = 12+108+221=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C6CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6CDD is #F39322. Grayscale: #5B5B5B. Windows color (decimal): -15962915 or 14511116. OLE color: 14511116.
HSL color Cylindrical-coordinate representation of color #0C6CDD: hue angle of 212.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6CDD is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 108 | 221 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.13 |
| HSL | 212.44º | 0.9% | 0.46% | - |
| HSV(B) | 212.44º | 0.95% | 0.87% | - |
| XYZ | 18.57 | 16.02 | 70.52 | - |
| YUV | 92.18 | 200.7 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 221 | 0.95 | 0.51 | 0 | 0.13 | 212.44 | 0.9 | 0.46 |
| Hex | C | 6C | DD | 5F | 33 | 0 | D | D4 | 5A | 2E |
| Octal | 14 | 154 | 335 | 137 | 63 | 0 | 15 | 324 | 132 | 56 |
| Binary | 1100 | 1101100 | 11011101 | 1011111 | 110011 | 0 | 1101 | 11010100 | 1011010 | 101110 |
Color Harmonies of #0C6CDD
Complementary color
Monochromatic Colors of #0C6CDD
Black with #0C6CDD
Text Example
Text Example
White with #0C6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6CDD; }
p { color: rgb(12,108,221); }
H1.HeaderClassName
{
color: #0C6CDD;
}
.AnyTagClassName
{
color: #0C6CDD;
}
</style>
background-color css
<style>
a { background-color: #0C6CDD; }
a { background-color: rgb(12,108,221); }
div.DivClassName
{
background-color: #0C6CDD;
}
.BgClassName
{
background-color: #0C6CDD;
}
</style>
border-color css
<style>
span { border-color: #0C6CDD; }
span { border-color: rgb(12,108,221); }
td.TdClassName
{
border-color: #0C6CDD;
}
.TagClassName
{
border-color: #0C6CDD;
}
</style>