Shades of Navy Blue #0579DB
Tints of Navy Blue #0579DB
RGB
CMYK
RGB Variations
Color information
#0579DB (or 0x0579DB) is known color: Navy Blue. HEX triplet: 05, 79 and DB. RGB value is (5,121,219). Sum of RGB (Red+Green+Blue) = 5+121+219=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #0579DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0579DB is #FA8624. Grayscale: #606060. Windows color (decimal): -16418341 or 14383365. OLE color: 14383365.
HSL color Cylindrical-coordinate representation of color #0579DB: hue angle of 207.48º 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 #0579DB is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 121 | 219 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.14 |
| HSL | 207.48º | 0.96% | 0.44% | - |
| HSV(B) | 207.48º | 0.98% | 0.86% | - |
| XYZ | 19.69 | 18.82 | 69.61 | - |
| YUV | 97.49 | 196.57 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 219 | 0.98 | 0.45 | 0 | 0.14 | 207.48 | 0.96 | 0.44 |
| Hex | 5 | 79 | DB | 62 | 2D | 0 | E | CF | 60 | 2C |
| Octal | 5 | 171 | 333 | 142 | 55 | 0 | 16 | 317 | 140 | 54 |
| Binary | 101 | 1111001 | 11011011 | 1100010 | 101101 | 0 | 1110 | 11001111 | 1100000 | 101100 |
Color Harmonies of #0579DB
Complementary color
Monochromatic Colors of #0579DB
Black with #0579DB
Text Example
Text Example
White with #0579DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0579DB; }
p { color: rgb(5,121,219); }
H1.HeaderClassName
{
color: #0579DB;
}
.AnyTagClassName
{
color: #0579DB;
}
</style>
background-color css
<style>
a { background-color: #0579DB; }
a { background-color: rgb(5,121,219); }
div.DivClassName
{
background-color: #0579DB;
}
.BgClassName
{
background-color: #0579DB;
}
</style>
border-color css
<style>
span { border-color: #0579DB; }
span { border-color: rgb(5,121,219); }
td.TdClassName
{
border-color: #0579DB;
}
.TagClassName
{
border-color: #0579DB;
}
</style>