Shades of Navy Blue #0575DB
Tints of Navy Blue #0575DB
RGB
CMYK
RGB Variations
Color information
#0575DB (or 0x0575DB) is known color: Navy Blue. HEX triplet: 05, 75 and DB. RGB value is (5,117,219). Sum of RGB (Red+Green+Blue) = 5+117+219=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0575DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575DB is #FA8A24. Grayscale: #5E5E5E. Windows color (decimal): -16419365 or 14382341. OLE color: 14382341.
HSL color Cylindrical-coordinate representation of color #0575DB: hue angle of 208.6º 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 #0575DB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 117 | 219 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.14 |
| HSL | 208.6º | 0.96% | 0.44% | - |
| HSV(B) | 208.6º | 0.98% | 0.86% | - |
| XYZ | 19.21 | 17.87 | 69.45 | - |
| YUV | 95.14 | 197.89 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 219 | 0.98 | 0.47 | 0 | 0.14 | 208.6 | 0.96 | 0.44 |
| Hex | 5 | 75 | DB | 62 | 2F | 0 | E | D1 | 60 | 2C |
| Octal | 5 | 165 | 333 | 142 | 57 | 0 | 16 | 321 | 140 | 54 |
| Binary | 101 | 1110101 | 11011011 | 1100010 | 101111 | 0 | 1110 | 11010001 | 1100000 | 101100 |
Color Harmonies of #0575DB
Complementary color
Monochromatic Colors of #0575DB
Black with #0575DB
Text Example
Text Example
White with #0575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0575DB; }
p { color: rgb(5,117,219); }
H1.HeaderClassName
{
color: #0575DB;
}
.AnyTagClassName
{
color: #0575DB;
}
</style>
background-color css
<style>
a { background-color: #0575DB; }
a { background-color: rgb(5,117,219); }
div.DivClassName
{
background-color: #0575DB;
}
.BgClassName
{
background-color: #0575DB;
}
</style>
border-color css
<style>
span { border-color: #0575DB; }
span { border-color: rgb(5,117,219); }
td.TdClassName
{
border-color: #0575DB;
}
.TagClassName
{
border-color: #0575DB;
}
</style>