Shades of Navy Blue #1580CB
Tints of Navy Blue #1580CB
RGB
CMYK
RGB Variations
Color information
#1580CB (or 0x1580CB) is known color: Navy Blue. HEX triplet: 15, 80 and CB. RGB value is (21,128,203). Sum of RGB (Red+Green+Blue) = 21+128+203=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #1580CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580CB is #EA7F34. Grayscale: #686868. Windows color (decimal): -15367989 or 13336597. OLE color: 13336597.
HSL color Cylindrical-coordinate representation of color #1580CB: hue angle of 204.73º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1580CB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 128 | 203 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.20 |
| HSL | 204.73º | 0.81% | 0.44% | - |
| HSV(B) | 204.73º | 0.9% | 0.8% | - |
| XYZ | 18.81 | 19.91 | 59.35 | - |
| YUV | 104.56 | 183.55 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 203 | 0.90 | 0.37 | 0 | 0.20 | 204.73 | 0.81 | 0.44 |
| Hex | 15 | 80 | CB | 5A | 25 | 0 | 14 | CD | 51 | 2C |
| Octal | 25 | 200 | 313 | 132 | 45 | 0 | 24 | 315 | 121 | 54 |
| Binary | 10101 | 10000000 | 11001011 | 1011010 | 100101 | 0 | 10100 | 11001101 | 1010001 | 101100 |
Color Harmonies of #1580CB
Complementary color
Monochromatic Colors of #1580CB
Black with #1580CB
Text Example
Text Example
White with #1580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580CB; }
p { color: rgb(21,128,203); }
H1.HeaderClassName
{
color: #1580CB;
}
.AnyTagClassName
{
color: #1580CB;
}
</style>
background-color css
<style>
a { background-color: #1580CB; }
a { background-color: rgb(21,128,203); }
div.DivClassName
{
background-color: #1580CB;
}
.BgClassName
{
background-color: #1580CB;
}
</style>
border-color css
<style>
span { border-color: #1580CB; }
span { border-color: rgb(21,128,203); }
td.TdClassName
{
border-color: #1580CB;
}
.TagClassName
{
border-color: #1580CB;
}
</style>