Shades of Navy Blue #0C52DB
Tints of Navy Blue #0C52DB
RGB
CMYK
RGB Variations
Color information
#0C52DB (or 0x0C52DB) is known color: Navy Blue. HEX triplet: 0C, 52 and DB. RGB value is (12,82,219). Sum of RGB (Red+Green+Blue) = 12+82+219=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C52DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C52DB is #F3AD24. Grayscale: #4C4C4C. Windows color (decimal): -15969573 or 14373388. OLE color: 14373388.
HSL color Cylindrical-coordinate representation of color #0C52DB: hue angle of 219.71º 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 #0C52DB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 82 | 219 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.14 |
| HSL | 219.71º | 0.9% | 0.45% | - |
| HSV(B) | 219.71º | 0.95% | 0.86% | - |
| XYZ | 15.96 | 11.23 | 68.34 | - |
| YUV | 76.69 | 208.31 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 219 | 0.95 | 0.63 | 0 | 0.14 | 219.71 | 0.9 | 0.45 |
| Hex | C | 52 | DB | 5F | 3F | 0 | E | DC | 5A | 2D |
| Octal | 14 | 122 | 333 | 137 | 77 | 0 | 16 | 334 | 132 | 55 |
| Binary | 1100 | 1010010 | 11011011 | 1011111 | 111111 | 0 | 1110 | 11011100 | 1011010 | 101101 |
Color Harmonies of #0C52DB
Complementary color
Monochromatic Colors of #0C52DB
Black with #0C52DB
Text Example
Text Example
White with #0C52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C52DB; }
p { color: rgb(12,82,219); }
H1.HeaderClassName
{
color: #0C52DB;
}
.AnyTagClassName
{
color: #0C52DB;
}
</style>
background-color css
<style>
a { background-color: #0C52DB; }
a { background-color: rgb(12,82,219); }
div.DivClassName
{
background-color: #0C52DB;
}
.BgClassName
{
background-color: #0C52DB;
}
</style>
border-color css
<style>
span { border-color: #0C52DB; }
span { border-color: rgb(12,82,219); }
td.TdClassName
{
border-color: #0C52DB;
}
.TagClassName
{
border-color: #0C52DB;
}
</style>