Shades of Navy Blue #0C72DB
Tints of Navy Blue #0C72DB
RGB
CMYK
RGB Variations
Color information
#0C72DB (or 0x0C72DB) is known color: Navy Blue. HEX triplet: 0C, 72 and DB. RGB value is (12,114,219). Sum of RGB (Red+Green+Blue) = 12+114+219=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C72DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C72DB is #F38D24. Grayscale: #5E5E5E. Windows color (decimal): -15961381 or 14381580. OLE color: 14381580.
HSL color Cylindrical-coordinate representation of color #0C72DB: hue angle of 210.43º 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 #0C72DB is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 114 | 219 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.14 |
| HSL | 210.43º | 0.9% | 0.45% | - |
| HSV(B) | 210.43º | 0.95% | 0.86% | - |
| XYZ | 18.96 | 17.23 | 69.34 | - |
| YUV | 95.47 | 197.71 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 219 | 0.95 | 0.48 | 0 | 0.14 | 210.43 | 0.9 | 0.45 |
| Hex | C | 72 | DB | 5F | 30 | 0 | E | D2 | 5A | 2D |
| Octal | 14 | 162 | 333 | 137 | 60 | 0 | 16 | 322 | 132 | 55 |
| Binary | 1100 | 1110010 | 11011011 | 1011111 | 110000 | 0 | 1110 | 11010010 | 1011010 | 101101 |
Color Harmonies of #0C72DB
Complementary color
Monochromatic Colors of #0C72DB
Black with #0C72DB
Text Example
Text Example
White with #0C72DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C72DB; }
p { color: rgb(12,114,219); }
H1.HeaderClassName
{
color: #0C72DB;
}
.AnyTagClassName
{
color: #0C72DB;
}
</style>
background-color css
<style>
a { background-color: #0C72DB; }
a { background-color: rgb(12,114,219); }
div.DivClassName
{
background-color: #0C72DB;
}
.BgClassName
{
background-color: #0C72DB;
}
</style>
border-color css
<style>
span { border-color: #0C72DB; }
span { border-color: rgb(12,114,219); }
td.TdClassName
{
border-color: #0C72DB;
}
.TagClassName
{
border-color: #0C72DB;
}
</style>