Shades of Navy Blue #1575DB
Tints of Navy Blue #1575DB
RGB
CMYK
RGB Variations
Color information
#1575DB (or 0x1575DB) is known color: Navy Blue. HEX triplet: 15, 75 and DB. RGB value is (21,117,219). Sum of RGB (Red+Green+Blue) = 21+117+219=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1575DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575DB is #EA8A24. Grayscale: #636363. Windows color (decimal): -15370789 or 14382357. OLE color: 14382357.
HSL color Cylindrical-coordinate representation of color #1575DB: hue angle of 210.91º 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 #1575DB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 117 | 219 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.14 |
| HSL | 210.91º | 0.83% | 0.47% | - |
| HSV(B) | 210.91º | 0.9% | 0.86% | - |
| XYZ | 19.46 | 18 | 69.47 | - |
| YUV | 99.92 | 195.2 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 219 | 0.90 | 0.47 | 0 | 0.14 | 210.91 | 0.83 | 0.47 |
| Hex | 15 | 75 | DB | 5A | 2F | 0 | E | D3 | 52 | 2F |
| Octal | 25 | 165 | 333 | 132 | 57 | 0 | 16 | 323 | 122 | 57 |
| Binary | 10101 | 1110101 | 11011011 | 1011010 | 101111 | 0 | 1110 | 11010011 | 1010010 | 101111 |
Color Harmonies of #1575DB
Complementary color
Monochromatic Colors of #1575DB
Black with #1575DB
Text Example
Text Example
White with #1575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575DB; }
p { color: rgb(21,117,219); }
H1.HeaderClassName
{
color: #1575DB;
}
.AnyTagClassName
{
color: #1575DB;
}
</style>
background-color css
<style>
a { background-color: #1575DB; }
a { background-color: rgb(21,117,219); }
div.DivClassName
{
background-color: #1575DB;
}
.BgClassName
{
background-color: #1575DB;
}
</style>
border-color css
<style>
span { border-color: #1575DB; }
span { border-color: rgb(21,117,219); }
td.TdClassName
{
border-color: #1575DB;
}
.TagClassName
{
border-color: #1575DB;
}
</style>