Shades of Navy Blue #0C70DB
Tints of Navy Blue #0C70DB
RGB
CMYK
RGB Variations
Color information
#0C70DB (or 0x0C70DB) is known color: Navy Blue. HEX triplet: 0C, 70 and DB. RGB value is (12,112,219). Sum of RGB (Red+Green+Blue) = 12+112+219=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C70DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C70DB is #F38F24. Grayscale: #5D5D5D. Windows color (decimal): -15961893 or 14381068. OLE color: 14381068.
HSL color Cylindrical-coordinate representation of color #0C70DB: hue angle of 211.01º 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 #0C70DB is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 112 | 219 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.14 |
| HSL | 211.01º | 0.9% | 0.45% | - |
| HSV(B) | 211.01º | 0.95% | 0.86% | - |
| XYZ | 18.73 | 16.78 | 69.27 | - |
| YUV | 94.3 | 198.37 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 219 | 0.95 | 0.49 | 0 | 0.14 | 211.01 | 0.9 | 0.45 |
| Hex | C | 70 | DB | 5F | 31 | 0 | E | D3 | 5A | 2D |
| Octal | 14 | 160 | 333 | 137 | 61 | 0 | 16 | 323 | 132 | 55 |
| Binary | 1100 | 1110000 | 11011011 | 1011111 | 110001 | 0 | 1110 | 11010011 | 1011010 | 101101 |
Color Harmonies of #0C70DB
Complementary color
Monochromatic Colors of #0C70DB
Black with #0C70DB
Text Example
Text Example
White with #0C70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C70DB; }
p { color: rgb(12,112,219); }
H1.HeaderClassName
{
color: #0C70DB;
}
.AnyTagClassName
{
color: #0C70DB;
}
</style>
background-color css
<style>
a { background-color: #0C70DB; }
a { background-color: rgb(12,112,219); }
div.DivClassName
{
background-color: #0C70DB;
}
.BgClassName
{
background-color: #0C70DB;
}
</style>
border-color css
<style>
span { border-color: #0C70DB; }
span { border-color: rgb(12,112,219); }
td.TdClassName
{
border-color: #0C70DB;
}
.TagClassName
{
border-color: #0C70DB;
}
</style>