Shades of Navy Blue #0579DD
Tints of Navy Blue #0579DD
RGB
CMYK
RGB Variations
Color information
#0579DD (or 0x0579DD) is known color: Navy Blue. HEX triplet: 05, 79 and DD. RGB value is (5,121,221). Sum of RGB (Red+Green+Blue) = 5+121+221=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #0579DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0579DD is #FA8622. Grayscale: #616161. Windows color (decimal): -16418339 or 14514437. OLE color: 14514437.
HSL color Cylindrical-coordinate representation of color #0579DD: hue angle of 207.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0579DD is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 121 | 221 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.13 |
| HSL | 207.78º | 0.96% | 0.44% | - |
| HSV(B) | 207.78º | 0.98% | 0.87% | - |
| XYZ | 19.95 | 18.93 | 71.01 | - |
| YUV | 97.72 | 197.57 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 221 | 0.98 | 0.45 | 0 | 0.13 | 207.78 | 0.96 | 0.44 |
| Hex | 5 | 79 | DD | 62 | 2D | 0 | D | D0 | 60 | 2C |
| Octal | 5 | 171 | 335 | 142 | 55 | 0 | 15 | 320 | 140 | 54 |
| Binary | 101 | 1111001 | 11011101 | 1100010 | 101101 | 0 | 1101 | 11010000 | 1100000 | 101100 |
Color Harmonies of #0579DD
Complementary color
Monochromatic Colors of #0579DD
Black with #0579DD
Text Example
Text Example
White with #0579DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0579DD; }
p { color: rgb(5,121,221); }
H1.HeaderClassName
{
color: #0579DD;
}
.AnyTagClassName
{
color: #0579DD;
}
</style>
background-color css
<style>
a { background-color: #0579DD; }
a { background-color: rgb(5,121,221); }
div.DivClassName
{
background-color: #0579DD;
}
.BgClassName
{
background-color: #0579DD;
}
</style>
border-color css
<style>
span { border-color: #0579DD; }
span { border-color: rgb(5,121,221); }
td.TdClassName
{
border-color: #0579DD;
}
.TagClassName
{
border-color: #0579DD;
}
</style>