Shades of Navy Blue #1580D0
Tints of Navy Blue #1580D0
RGB
CMYK
RGB Variations
Color information
#1580D0 (or 0x1580D0) is known color: Navy Blue. HEX triplet: 15, 80 and D0. RGB value is (21,128,208). Sum of RGB (Red+Green+Blue) = 21+128+208=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #1580D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580D0 is #EA7F2F. Grayscale: #686868. Windows color (decimal): -15367984 or 13664277. OLE color: 13664277.
HSL color Cylindrical-coordinate representation of color #1580D0: hue angle of 205.67º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1580D0 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 128 | 208 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.18 |
| HSL | 205.67º | 0.82% | 0.45% | - |
| HSV(B) | 205.67º | 0.9% | 0.82% | - |
| XYZ | 19.41 | 20.15 | 62.54 | - |
| YUV | 105.13 | 186.05 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 208 | 0.90 | 0.38 | 0 | 0.18 | 205.67 | 0.82 | 0.45 |
| Hex | 15 | 80 | D0 | 5A | 26 | 0 | 12 | CE | 52 | 2D |
| Octal | 25 | 200 | 320 | 132 | 46 | 0 | 22 | 316 | 122 | 55 |
| Binary | 10101 | 10000000 | 11010000 | 1011010 | 100110 | 0 | 10010 | 11001110 | 1010010 | 101101 |
Color Harmonies of #1580D0
Complementary color
Monochromatic Colors of #1580D0
Black with #1580D0
Text Example
Text Example
White with #1580D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580D0; }
p { color: rgb(21,128,208); }
H1.HeaderClassName
{
color: #1580D0;
}
.AnyTagClassName
{
color: #1580D0;
}
</style>
background-color css
<style>
a { background-color: #1580D0; }
a { background-color: rgb(21,128,208); }
div.DivClassName
{
background-color: #1580D0;
}
.BgClassName
{
background-color: #1580D0;
}
</style>
border-color css
<style>
span { border-color: #1580D0; }
span { border-color: rgb(21,128,208); }
td.TdClassName
{
border-color: #1580D0;
}
.TagClassName
{
border-color: #1580D0;
}
</style>