Shades of Navy Blue #0580CD
Tints of Navy Blue #0580CD
RGB
CMYK
RGB Variations
Color information
#0580CD (or 0x0580CD) is known color: Navy Blue. HEX triplet: 05, 80 and CD. RGB value is (5,128,205). Sum of RGB (Red+Green+Blue) = 5+128+205=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #0580CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0580CD is #FA7F32. Grayscale: #636363. Windows color (decimal): -16416563 or 13467653. OLE color: 13467653.
HSL color Cylindrical-coordinate representation of color #0580CD: hue angle of 203.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0580CD is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 128 | 205 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.20 |
| HSL | 203.1º | 0.95% | 0.41% | - |
| HSV(B) | 203.1º | 0.98% | 0.8% | - |
| XYZ | 18.8 | 19.88 | 60.6 | - |
| YUV | 100 | 187.25 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 205 | 0.98 | 0.38 | 0 | 0.20 | 203.1 | 0.95 | 0.41 |
| Hex | 5 | 80 | CD | 62 | 26 | 0 | 14 | CB | 5F | 29 |
| Octal | 5 | 200 | 315 | 142 | 46 | 0 | 24 | 313 | 137 | 51 |
| Binary | 101 | 10000000 | 11001101 | 1100010 | 100110 | 0 | 10100 | 11001011 | 1011111 | 101001 |
Color Harmonies of #0580CD
Complementary color
Monochromatic Colors of #0580CD
Black with #0580CD
Text Example
Text Example
White with #0580CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580CD; }
p { color: rgb(5,128,205); }
H1.HeaderClassName
{
color: #0580CD;
}
.AnyTagClassName
{
color: #0580CD;
}
</style>
background-color css
<style>
a { background-color: #0580CD; }
a { background-color: rgb(5,128,205); }
div.DivClassName
{
background-color: #0580CD;
}
.BgClassName
{
background-color: #0580CD;
}
</style>
border-color css
<style>
span { border-color: #0580CD; }
span { border-color: rgb(5,128,205); }
td.TdClassName
{
border-color: #0580CD;
}
.TagClassName
{
border-color: #0580CD;
}
</style>