Shades of Navy Blue #0C6EDB
Tints of Navy Blue #0C6EDB
RGB
CMYK
RGB Variations
Color information
#0C6EDB (or 0x0C6EDB) is known color: Navy Blue. HEX triplet: 0C, 6E and DB. RGB value is (12,110,219). Sum of RGB (Red+Green+Blue) = 12+110+219=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C6EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6EDB is #F39124. Grayscale: #5C5C5C. Windows color (decimal): -15962405 or 14380556. OLE color: 14380556.
HSL color Cylindrical-coordinate representation of color #0C6EDB: hue angle of 211.59º 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 #0C6EDB is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 110 | 219 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.14 |
| HSL | 211.59º | 0.9% | 0.45% | - |
| HSV(B) | 211.59º | 0.95% | 0.86% | - |
| XYZ | 18.51 | 16.34 | 69.2 | - |
| YUV | 93.12 | 199.03 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 219 | 0.95 | 0.50 | 0 | 0.14 | 211.59 | 0.9 | 0.45 |
| Hex | C | 6E | DB | 5F | 32 | 0 | E | D4 | 5A | 2D |
| Octal | 14 | 156 | 333 | 137 | 62 | 0 | 16 | 324 | 132 | 55 |
| Binary | 1100 | 1101110 | 11011011 | 1011111 | 110010 | 0 | 1110 | 11010100 | 1011010 | 101101 |
Color Harmonies of #0C6EDB
Complementary color
Monochromatic Colors of #0C6EDB
Black with #0C6EDB
Text Example
Text Example
White with #0C6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6EDB; }
p { color: rgb(12,110,219); }
H1.HeaderClassName
{
color: #0C6EDB;
}
.AnyTagClassName
{
color: #0C6EDB;
}
</style>
background-color css
<style>
a { background-color: #0C6EDB; }
a { background-color: rgb(12,110,219); }
div.DivClassName
{
background-color: #0C6EDB;
}
.BgClassName
{
background-color: #0C6EDB;
}
</style>
border-color css
<style>
span { border-color: #0C6EDB; }
span { border-color: rgb(12,110,219); }
td.TdClassName
{
border-color: #0C6EDB;
}
.TagClassName
{
border-color: #0C6EDB;
}
</style>