Shades of Navy Blue #0580DD
Tints of Navy Blue #0580DD
RGB
CMYK
RGB Variations
Color information
#0580DD (or 0x0580DD) is known color: Navy Blue. HEX triplet: 05, 80 and DD. RGB value is (5,128,221). Sum of RGB (Red+Green+Blue) = 5+128+221=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #0580DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0580DD is #FA7F22. Grayscale: #656565. Windows color (decimal): -16416547 or 14516229. OLE color: 14516229.
HSL color Cylindrical-coordinate representation of color #0580DD: hue angle of 205.83º 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 #0580DD is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 128 | 221 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.13 |
| HSL | 205.83º | 0.96% | 0.44% | - |
| HSV(B) | 205.83º | 0.98% | 0.87% | - |
| XYZ | 20.83 | 20.69 | 71.3 | - |
| YUV | 101.83 | 195.25 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 221 | 0.98 | 0.42 | 0 | 0.13 | 205.83 | 0.96 | 0.44 |
| Hex | 5 | 80 | DD | 62 | 2A | 0 | D | CE | 60 | 2C |
| Octal | 5 | 200 | 335 | 142 | 52 | 0 | 15 | 316 | 140 | 54 |
| Binary | 101 | 10000000 | 11011101 | 1100010 | 101010 | 0 | 1101 | 11001110 | 1100000 | 101100 |
Color Harmonies of #0580DD
Complementary color
Monochromatic Colors of #0580DD
Black with #0580DD
Text Example
Text Example
White with #0580DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580DD; }
p { color: rgb(5,128,221); }
H1.HeaderClassName
{
color: #0580DD;
}
.AnyTagClassName
{
color: #0580DD;
}
</style>
background-color css
<style>
a { background-color: #0580DD; }
a { background-color: rgb(5,128,221); }
div.DivClassName
{
background-color: #0580DD;
}
.BgClassName
{
background-color: #0580DD;
}
</style>
border-color css
<style>
span { border-color: #0580DD; }
span { border-color: rgb(5,128,221); }
td.TdClassName
{
border-color: #0580DD;
}
.TagClassName
{
border-color: #0580DD;
}
</style>