Shades of Navy Blue #1580C7
Tints of Navy Blue #1580C7
RGB
CMYK
RGB Variations
Color information
#1580C7 (or 0x1580C7) is known color: Navy Blue. HEX triplet: 15, 80 and C7. RGB value is (21,128,199). Sum of RGB (Red+Green+Blue) = 21+128+199=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #1580C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580C7 is #EA7F38. Grayscale: #676767. Windows color (decimal): -15367993 or 13074453. OLE color: 13074453.
HSL color Cylindrical-coordinate representation of color #1580C7: hue angle of 203.93º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580C7 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 128 | 199 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.22 |
| HSL | 203.93º | 0.81% | 0.43% | - |
| HSV(B) | 203.93º | 0.89% | 0.78% | - |
| XYZ | 18.34 | 19.72 | 56.87 | - |
| YUV | 104.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 199 | 0.89 | 0.36 | 0 | 0.22 | 203.93 | 0.81 | 0.43 |
| Hex | 15 | 80 | C7 | 59 | 24 | 0 | 16 | CC | 51 | 2B |
| Octal | 25 | 200 | 307 | 131 | 44 | 0 | 26 | 314 | 121 | 53 |
| Binary | 10101 | 10000000 | 11000111 | 1011001 | 100100 | 0 | 10110 | 11001100 | 1010001 | 101011 |
Color Harmonies of #1580C7
Complementary color
Monochromatic Colors of #1580C7
Black with #1580C7
Text Example
Text Example
White with #1580C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580C7; }
p { color: rgb(21,128,199); }
H1.HeaderClassName
{
color: #1580C7;
}
.AnyTagClassName
{
color: #1580C7;
}
</style>
background-color css
<style>
a { background-color: #1580C7; }
a { background-color: rgb(21,128,199); }
div.DivClassName
{
background-color: #1580C7;
}
.BgClassName
{
background-color: #1580C7;
}
</style>
border-color css
<style>
span { border-color: #1580C7; }
span { border-color: rgb(21,128,199); }
td.TdClassName
{
border-color: #1580C7;
}
.TagClassName
{
border-color: #1580C7;
}
</style>