Shades of Navy Blue #0573DB
Tints of Navy Blue #0573DB
RGB
CMYK
RGB Variations
Color information
#0573DB (or 0x0573DB) is known color: Navy Blue. HEX triplet: 05, 73 and DB. RGB value is (5,115,219). Sum of RGB (Red+Green+Blue) = 5+115+219=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #0573DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573DB is #FA8C24. Grayscale: #5D5D5D. Windows color (decimal): -16419877 or 14381829. OLE color: 14381829.
HSL color Cylindrical-coordinate representation of color #0573DB: hue angle of 209.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0573DB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 115 | 219 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.14 |
| HSL | 209.16º | 0.96% | 0.44% | - |
| HSV(B) | 209.16º | 0.98% | 0.86% | - |
| XYZ | 18.98 | 17.41 | 69.38 | - |
| YUV | 93.97 | 198.56 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 219 | 0.98 | 0.47 | 0 | 0.14 | 209.16 | 0.96 | 0.44 |
| Hex | 5 | 73 | DB | 62 | 2F | 0 | E | D1 | 60 | 2C |
| Octal | 5 | 163 | 333 | 142 | 57 | 0 | 16 | 321 | 140 | 54 |
| Binary | 101 | 1110011 | 11011011 | 1100010 | 101111 | 0 | 1110 | 11010001 | 1100000 | 101100 |
Color Harmonies of #0573DB
Complementary color
Monochromatic Colors of #0573DB
Black with #0573DB
Text Example
Text Example
White with #0573DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0573DB; }
p { color: rgb(5,115,219); }
H1.HeaderClassName
{
color: #0573DB;
}
.AnyTagClassName
{
color: #0573DB;
}
</style>
background-color css
<style>
a { background-color: #0573DB; }
a { background-color: rgb(5,115,219); }
div.DivClassName
{
background-color: #0573DB;
}
.BgClassName
{
background-color: #0573DB;
}
</style>
border-color css
<style>
span { border-color: #0573DB; }
span { border-color: rgb(5,115,219); }
td.TdClassName
{
border-color: #0573DB;
}
.TagClassName
{
border-color: #0573DB;
}
</style>