Shades of Navy Blue #0D52DB
Tints of Navy Blue #0D52DB
RGB
CMYK
RGB Variations
Color information
#0D52DB (or 0x0D52DB) is known color: Navy Blue. HEX triplet: 0D, 52 and DB. RGB value is (13,82,219). Sum of RGB (Red+Green+Blue) = 13+82+219=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D52DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D52DB is #F2AD24. Grayscale: #4C4C4C. Windows color (decimal): -15904037 or 14373389. OLE color: 14373389.
HSL color Cylindrical-coordinate representation of color #0D52DB: hue angle of 219.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D52DB is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 82 | 219 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.14 |
| HSL | 219.9º | 0.89% | 0.45% | - |
| HSV(B) | 219.9º | 0.94% | 0.86% | - |
| XYZ | 15.97 | 11.23 | 68.34 | - |
| YUV | 76.99 | 208.14 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 219 | 0.94 | 0.63 | 0 | 0.14 | 219.9 | 0.89 | 0.45 |
| Hex | D | 52 | DB | 5E | 3F | 0 | E | DC | 59 | 2D |
| Octal | 15 | 122 | 333 | 136 | 77 | 0 | 16 | 334 | 131 | 55 |
| Binary | 1101 | 1010010 | 11011011 | 1011110 | 111111 | 0 | 1110 | 11011100 | 1011001 | 101101 |
Color Harmonies of #0D52DB
Complementary color
Monochromatic Colors of #0D52DB
Black with #0D52DB
Text Example
Text Example
White with #0D52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D52DB; }
p { color: rgb(13,82,219); }
H1.HeaderClassName
{
color: #0D52DB;
}
.AnyTagClassName
{
color: #0D52DB;
}
</style>
background-color css
<style>
a { background-color: #0D52DB; }
a { background-color: rgb(13,82,219); }
div.DivClassName
{
background-color: #0D52DB;
}
.BgClassName
{
background-color: #0D52DB;
}
</style>
border-color css
<style>
span { border-color: #0D52DB; }
span { border-color: rgb(13,82,219); }
td.TdClassName
{
border-color: #0D52DB;
}
.TagClassName
{
border-color: #0D52DB;
}
</style>