Shades of Navy Blue #0C56DB
Tints of Navy Blue #0C56DB
RGB
CMYK
RGB Variations
Color information
#0C56DB (or 0x0C56DB) is known color: Navy Blue. HEX triplet: 0C, 56 and DB. RGB value is (12,86,219). Sum of RGB (Red+Green+Blue) = 12+86+219=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C56DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C56DB is #F3A924. Grayscale: #4E4E4E. Windows color (decimal): -15968549 or 14374412. OLE color: 14374412.
HSL color Cylindrical-coordinate representation of color #0C56DB: hue angle of 218.55º 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 #0C56DB is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 86 | 219 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.14 |
| HSL | 218.55º | 0.9% | 0.45% | - |
| HSV(B) | 218.55º | 0.95% | 0.86% | - |
| XYZ | 16.27 | 11.85 | 68.45 | - |
| YUV | 79.04 | 206.98 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 219 | 0.95 | 0.61 | 0 | 0.14 | 218.55 | 0.9 | 0.45 |
| Hex | C | 56 | DB | 5F | 3D | 0 | E | DB | 5A | 2D |
| Octal | 14 | 126 | 333 | 137 | 75 | 0 | 16 | 333 | 132 | 55 |
| Binary | 1100 | 1010110 | 11011011 | 1011111 | 111101 | 0 | 1110 | 11011011 | 1011010 | 101101 |
Color Harmonies of #0C56DB
Complementary color
Monochromatic Colors of #0C56DB
Black with #0C56DB
Text Example
Text Example
White with #0C56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C56DB; }
p { color: rgb(12,86,219); }
H1.HeaderClassName
{
color: #0C56DB;
}
.AnyTagClassName
{
color: #0C56DB;
}
</style>
background-color css
<style>
a { background-color: #0C56DB; }
a { background-color: rgb(12,86,219); }
div.DivClassName
{
background-color: #0C56DB;
}
.BgClassName
{
background-color: #0C56DB;
}
</style>
border-color css
<style>
span { border-color: #0C56DB; }
span { border-color: rgb(12,86,219); }
td.TdClassName
{
border-color: #0C56DB;
}
.TagClassName
{
border-color: #0C56DB;
}
</style>