Shades of Navy Blue #0C6BDC
Tints of Navy Blue #0C6BDC
RGB
CMYK
RGB Variations
Color information
#0C6BDC (or 0x0C6BDC) is known color: Navy Blue. HEX triplet: 0C, 6B and DC. RGB value is (12,107,220). Sum of RGB (Red+Green+Blue) = 12+107+220=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C6BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6BDC is #F39423. Grayscale: #5A5A5A. Windows color (decimal): -15963172 or 14445324. OLE color: 14445324.
HSL color Cylindrical-coordinate representation of color #0C6BDC: hue angle of 212.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6BDC is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 107 | 220 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.14 |
| HSL | 212.6º | 0.9% | 0.45% | - |
| HSV(B) | 212.6º | 0.95% | 0.86% | - |
| XYZ | 18.33 | 15.76 | 69.79 | - |
| YUV | 91.48 | 200.53 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 220 | 0.95 | 0.51 | 0 | 0.14 | 212.6 | 0.9 | 0.45 |
| Hex | C | 6B | DC | 5F | 33 | 0 | E | D5 | 5A | 2D |
| Octal | 14 | 153 | 334 | 137 | 63 | 0 | 16 | 325 | 132 | 55 |
| Binary | 1100 | 1101011 | 11011100 | 1011111 | 110011 | 0 | 1110 | 11010101 | 1011010 | 101101 |
Color Harmonies of #0C6BDC
Complementary color
Monochromatic Colors of #0C6BDC
Black with #0C6BDC
Text Example
Text Example
White with #0C6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6BDC; }
p { color: rgb(12,107,220); }
H1.HeaderClassName
{
color: #0C6BDC;
}
.AnyTagClassName
{
color: #0C6BDC;
}
</style>
background-color css
<style>
a { background-color: #0C6BDC; }
a { background-color: rgb(12,107,220); }
div.DivClassName
{
background-color: #0C6BDC;
}
.BgClassName
{
background-color: #0C6BDC;
}
</style>
border-color css
<style>
span { border-color: #0C6BDC; }
span { border-color: rgb(12,107,220); }
td.TdClassName
{
border-color: #0C6BDC;
}
.TagClassName
{
border-color: #0C6BDC;
}
</style>