Shades of Navy Blue #1580CE
Tints of Navy Blue #1580CE
RGB
CMYK
RGB Variations
Color information
#1580CE (or 0x1580CE) is known color: Navy Blue. HEX triplet: 15, 80 and CE. RGB value is (21,128,206). Sum of RGB (Red+Green+Blue) = 21+128+206=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #1580CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580CE is #EA7F31. Grayscale: #686868. Windows color (decimal): -15367986 or 13533205. OLE color: 13533205.
HSL color Cylindrical-coordinate representation of color #1580CE: hue angle of 205.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1580CE is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 128 | 206 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.19 |
| HSL | 205.3º | 0.81% | 0.45% | - |
| HSV(B) | 205.3º | 0.9% | 0.81% | - |
| XYZ | 19.17 | 20.05 | 61.25 | - |
| YUV | 104.9 | 185.05 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 206 | 0.90 | 0.38 | 0 | 0.19 | 205.3 | 0.81 | 0.45 |
| Hex | 15 | 80 | CE | 5A | 26 | 0 | 13 | CD | 51 | 2D |
| Octal | 25 | 200 | 316 | 132 | 46 | 0 | 23 | 315 | 121 | 55 |
| Binary | 10101 | 10000000 | 11001110 | 1011010 | 100110 | 0 | 10011 | 11001101 | 1010001 | 101101 |
Color Harmonies of #1580CE
Complementary color
Monochromatic Colors of #1580CE
Black with #1580CE
Text Example
Text Example
White with #1580CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580CE; }
p { color: rgb(21,128,206); }
H1.HeaderClassName
{
color: #1580CE;
}
.AnyTagClassName
{
color: #1580CE;
}
</style>
background-color css
<style>
a { background-color: #1580CE; }
a { background-color: rgb(21,128,206); }
div.DivClassName
{
background-color: #1580CE;
}
.BgClassName
{
background-color: #1580CE;
}
</style>
border-color css
<style>
span { border-color: #1580CE; }
span { border-color: rgb(21,128,206); }
td.TdClassName
{
border-color: #1580CE;
}
.TagClassName
{
border-color: #1580CE;
}
</style>