Shades of Navy Blue #1580D3
Tints of Navy Blue #1580D3
RGB
CMYK
RGB Variations
Color information
#1580D3 (or 0x1580D3) is known color: Navy Blue. HEX triplet: 15, 80 and D3. RGB value is (21,128,211). Sum of RGB (Red+Green+Blue) = 21+128+211=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #1580D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580D3 is #EA7F2C. Grayscale: #696969. Windows color (decimal): -15367981 or 13860885. OLE color: 13860885.
HSL color Cylindrical-coordinate representation of color #1580D3: hue angle of 206.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1580D3 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 128 | 211 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.17 |
| HSL | 206.21º | 0.82% | 0.45% | - |
| HSV(B) | 206.21º | 0.9% | 0.83% | - |
| XYZ | 19.79 | 20.3 | 64.5 | - |
| YUV | 105.47 | 187.55 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 211 | 0.90 | 0.39 | 0 | 0.17 | 206.21 | 0.82 | 0.45 |
| Hex | 15 | 80 | D3 | 5A | 27 | 0 | 11 | CE | 52 | 2D |
| Octal | 25 | 200 | 323 | 132 | 47 | 0 | 21 | 316 | 122 | 55 |
| Binary | 10101 | 10000000 | 11010011 | 1011010 | 100111 | 0 | 10001 | 11001110 | 1010010 | 101101 |
Color Harmonies of #1580D3
Complementary color
Monochromatic Colors of #1580D3
Black with #1580D3
Text Example
Text Example
White with #1580D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580D3; }
p { color: rgb(21,128,211); }
H1.HeaderClassName
{
color: #1580D3;
}
.AnyTagClassName
{
color: #1580D3;
}
</style>
background-color css
<style>
a { background-color: #1580D3; }
a { background-color: rgb(21,128,211); }
div.DivClassName
{
background-color: #1580D3;
}
.BgClassName
{
background-color: #1580D3;
}
</style>
border-color css
<style>
span { border-color: #1580D3; }
span { border-color: rgb(21,128,211); }
td.TdClassName
{
border-color: #1580D3;
}
.TagClassName
{
border-color: #1580D3;
}
</style>