Shades of Navy Blue #0D53DB
Tints of Navy Blue #0D53DB
RGB
CMYK
RGB Variations
Color information
#0D53DB (or 0x0D53DB) is known color: Navy Blue. HEX triplet: 0D, 53 and DB. RGB value is (13,83,219). Sum of RGB (Red+Green+Blue) = 13+83+219=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D53DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D53DB is #F2AC24. Grayscale: #4C4C4C. Windows color (decimal): -15903781 or 14373645. OLE color: 14373645.
HSL color Cylindrical-coordinate representation of color #0D53DB: hue angle of 219.61º 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 #0D53DB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 83 | 219 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.14 |
| HSL | 219.61º | 0.89% | 0.45% | - |
| HSV(B) | 219.61º | 0.94% | 0.86% | - |
| XYZ | 16.05 | 11.39 | 68.37 | - |
| YUV | 77.57 | 207.81 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 219 | 0.94 | 0.62 | 0 | 0.14 | 219.61 | 0.89 | 0.45 |
| Hex | D | 53 | DB | 5E | 3E | 0 | E | DC | 59 | 2D |
| Octal | 15 | 123 | 333 | 136 | 76 | 0 | 16 | 334 | 131 | 55 |
| Binary | 1101 | 1010011 | 11011011 | 1011110 | 111110 | 0 | 1110 | 11011100 | 1011001 | 101101 |
Color Harmonies of #0D53DB
Complementary color
Monochromatic Colors of #0D53DB
Black with #0D53DB
Text Example
Text Example
White with #0D53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D53DB; }
p { color: rgb(13,83,219); }
H1.HeaderClassName
{
color: #0D53DB;
}
.AnyTagClassName
{
color: #0D53DB;
}
</style>
background-color css
<style>
a { background-color: #0D53DB; }
a { background-color: rgb(13,83,219); }
div.DivClassName
{
background-color: #0D53DB;
}
.BgClassName
{
background-color: #0D53DB;
}
</style>
border-color css
<style>
span { border-color: #0D53DB; }
span { border-color: rgb(13,83,219); }
td.TdClassName
{
border-color: #0D53DB;
}
.TagClassName
{
border-color: #0D53DB;
}
</style>