Shades of Navy Blue #0579DA
Tints of Navy Blue #0579DA
RGB
CMYK
RGB Variations
Color information
#0579DA (or 0x0579DA) is known color: Navy Blue. HEX triplet: 05, 79 and DA. RGB value is (5,121,218). Sum of RGB (Red+Green+Blue) = 5+121+218=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #0579DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0579DA is #FA8625. Grayscale: #606060. Windows color (decimal): -16418342 or 14317829. OLE color: 14317829.
HSL color Cylindrical-coordinate representation of color #0579DA: hue angle of 207.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0579DA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 121 | 218 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.15 |
| HSL | 207.32º | 0.96% | 0.44% | - |
| HSV(B) | 207.32º | 0.98% | 0.85% | - |
| XYZ | 19.55 | 18.77 | 68.92 | - |
| YUV | 97.37 | 196.07 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 218 | 0.98 | 0.44 | 0 | 0.15 | 207.32 | 0.96 | 0.44 |
| Hex | 5 | 79 | DA | 62 | 2C | 0 | F | CF | 60 | 2C |
| Octal | 5 | 171 | 332 | 142 | 54 | 0 | 17 | 317 | 140 | 54 |
| Binary | 101 | 1111001 | 11011010 | 1100010 | 101100 | 0 | 1111 | 11001111 | 1100000 | 101100 |
Color Harmonies of #0579DA
Complementary color
Monochromatic Colors of #0579DA
Black with #0579DA
Text Example
Text Example
White with #0579DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0579DA; }
p { color: rgb(5,121,218); }
H1.HeaderClassName
{
color: #0579DA;
}
.AnyTagClassName
{
color: #0579DA;
}
</style>
background-color css
<style>
a { background-color: #0579DA; }
a { background-color: rgb(5,121,218); }
div.DivClassName
{
background-color: #0579DA;
}
.BgClassName
{
background-color: #0579DA;
}
</style>
border-color css
<style>
span { border-color: #0579DA; }
span { border-color: rgb(5,121,218); }
td.TdClassName
{
border-color: #0579DA;
}
.TagClassName
{
border-color: #0579DA;
}
</style>