Shades of Navy Blue #1572DB
Tints of Navy Blue #1572DB
RGB
CMYK
RGB Variations
Color information
#1572DB (or 0x1572DB) is known color: Navy Blue. HEX triplet: 15, 72 and DB. RGB value is (21,114,219). Sum of RGB (Red+Green+Blue) = 21+114+219=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #1572DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572DB is #EA8D24. Grayscale: #616161. Windows color (decimal): -15371557 or 14381589. OLE color: 14381589.
HSL color Cylindrical-coordinate representation of color #1572DB: hue angle of 211.82º 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 #1572DB is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 114 | 219 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.14 |
| HSL | 211.82º | 0.83% | 0.47% | - |
| HSV(B) | 211.82º | 0.9% | 0.86% | - |
| XYZ | 19.11 | 17.31 | 69.35 | - |
| YUV | 98.16 | 196.19 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 219 | 0.90 | 0.48 | 0 | 0.14 | 211.82 | 0.83 | 0.47 |
| Hex | 15 | 72 | DB | 5A | 30 | 0 | E | D4 | 52 | 2F |
| Octal | 25 | 162 | 333 | 132 | 60 | 0 | 16 | 324 | 122 | 57 |
| Binary | 10101 | 1110010 | 11011011 | 1011010 | 110000 | 0 | 1110 | 11010100 | 1010010 | 101111 |
Color Harmonies of #1572DB
Complementary color
Monochromatic Colors of #1572DB
Black with #1572DB
Text Example
Text Example
White with #1572DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572DB; }
p { color: rgb(21,114,219); }
H1.HeaderClassName
{
color: #1572DB;
}
.AnyTagClassName
{
color: #1572DB;
}
</style>
background-color css
<style>
a { background-color: #1572DB; }
a { background-color: rgb(21,114,219); }
div.DivClassName
{
background-color: #1572DB;
}
.BgClassName
{
background-color: #1572DB;
}
</style>
border-color css
<style>
span { border-color: #1572DB; }
span { border-color: rgb(21,114,219); }
td.TdClassName
{
border-color: #1572DB;
}
.TagClassName
{
border-color: #1572DB;
}
</style>