Shades of Navy Blue #1583DB
Tints of Navy Blue #1583DB
RGB
CMYK
RGB Variations
Color information
#1583DB (or 0x1583DB) is known color: Navy Blue. HEX triplet: 15, 83 and DB. RGB value is (21,131,219). Sum of RGB (Red+Green+Blue) = 21+131+219=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1583DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583DB is #EA7C24. Grayscale: #6B6B6B. Windows color (decimal): -15367205 or 14385941. OLE color: 14385941.
HSL color Cylindrical-coordinate representation of color #1583DB: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1583DB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 131 | 219 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.14 |
| HSL | 206.67º | 0.83% | 0.47% | - |
| HSV(B) | 206.67º | 0.9% | 0.86% | - |
| XYZ | 21.21 | 21.51 | 70.05 | - |
| YUV | 108.14 | 190.56 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 219 | 0.90 | 0.40 | 0 | 0.14 | 206.67 | 0.83 | 0.47 |
| Hex | 15 | 83 | DB | 5A | 28 | 0 | E | CF | 52 | 2F |
| Octal | 25 | 203 | 333 | 132 | 50 | 0 | 16 | 317 | 122 | 57 |
| Binary | 10101 | 10000011 | 11011011 | 1011010 | 101000 | 0 | 1110 | 11001111 | 1010010 | 101111 |
Color Harmonies of #1583DB
Complementary color
Monochromatic Colors of #1583DB
Black with #1583DB
Text Example
Text Example
White with #1583DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1583DB; }
p { color: rgb(21,131,219); }
H1.HeaderClassName
{
color: #1583DB;
}
.AnyTagClassName
{
color: #1583DB;
}
</style>
background-color css
<style>
a { background-color: #1583DB; }
a { background-color: rgb(21,131,219); }
div.DivClassName
{
background-color: #1583DB;
}
.BgClassName
{
background-color: #1583DB;
}
</style>
border-color css
<style>
span { border-color: #1583DB; }
span { border-color: rgb(21,131,219); }
td.TdClassName
{
border-color: #1583DB;
}
.TagClassName
{
border-color: #1583DB;
}
</style>