Shades of Navy Blue #0C4DDB
Tints of Navy Blue #0C4DDB
RGB
CMYK
RGB Variations
Color information
#0C4DDB (or 0x0C4DDB) is known color: Navy Blue. HEX triplet: 0C, 4D and DB. RGB value is (12,77,219). Sum of RGB (Red+Green+Blue) = 12+77+219=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C4DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DDB is #F3B224. Grayscale: #494949. Windows color (decimal): -15970853 or 14372108. OLE color: 14372108.
HSL color Cylindrical-coordinate representation of color #0C4DDB: hue angle of 221.16º 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 #0C4DDB is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 77 | 219 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.14 |
| HSL | 221.16º | 0.9% | 0.45% | - |
| HSV(B) | 221.16º | 0.95% | 0.86% | - |
| XYZ | 15.59 | 10.5 | 68.22 | - |
| YUV | 73.75 | 209.97 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 219 | 0.95 | 0.65 | 0 | 0.14 | 221.16 | 0.9 | 0.45 |
| Hex | C | 4D | DB | 5F | 41 | 0 | E | DD | 5A | 2D |
| Octal | 14 | 115 | 333 | 137 | 101 | 0 | 16 | 335 | 132 | 55 |
| Binary | 1100 | 1001101 | 11011011 | 1011111 | 1000001 | 0 | 1110 | 11011101 | 1011010 | 101101 |
Color Harmonies of #0C4DDB
Complementary color
Monochromatic Colors of #0C4DDB
Black with #0C4DDB
Text Example
Text Example
White with #0C4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4DDB; }
p { color: rgb(12,77,219); }
H1.HeaderClassName
{
color: #0C4DDB;
}
.AnyTagClassName
{
color: #0C4DDB;
}
</style>
background-color css
<style>
a { background-color: #0C4DDB; }
a { background-color: rgb(12,77,219); }
div.DivClassName
{
background-color: #0C4DDB;
}
.BgClassName
{
background-color: #0C4DDB;
}
</style>
border-color css
<style>
span { border-color: #0C4DDB; }
span { border-color: rgb(12,77,219); }
td.TdClassName
{
border-color: #0C4DDB;
}
.TagClassName
{
border-color: #0C4DDB;
}
</style>