Shades of Navy Blue #1457DB
Tints of Navy Blue #1457DB
RGB
CMYK
RGB Variations
Color information
#1457DB (or 0x1457DB) is known color: Navy Blue. HEX triplet: 14, 57 and DB. RGB value is (20,87,219). Sum of RGB (Red+Green+Blue) = 20+87+219=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #1457DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457DB is #EBA824. Grayscale: #515151. Windows color (decimal): -15444005 or 14374676. OLE color: 14374676.
HSL color Cylindrical-coordinate representation of color #1457DB: hue angle of 219.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1457DB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 87 | 219 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.14 |
| HSL | 219.8º | 0.83% | 0.47% | - |
| HSV(B) | 219.8º | 0.91% | 0.86% | - |
| XYZ | 16.48 | 12.08 | 68.48 | - |
| YUV | 82.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 219 | 0.91 | 0.60 | 0 | 0.14 | 219.8 | 0.83 | 0.47 |
| Hex | 14 | 57 | DB | 5B | 3C | 0 | E | DC | 53 | 2F |
| Octal | 24 | 127 | 333 | 133 | 74 | 0 | 16 | 334 | 123 | 57 |
| Binary | 10100 | 1010111 | 11011011 | 1011011 | 111100 | 0 | 1110 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1457DB
Complementary color
Monochromatic Colors of #1457DB
Black with #1457DB
Text Example
Text Example
White with #1457DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1457DB; }
p { color: rgb(20,87,219); }
H1.HeaderClassName
{
color: #1457DB;
}
.AnyTagClassName
{
color: #1457DB;
}
</style>
background-color css
<style>
a { background-color: #1457DB; }
a { background-color: rgb(20,87,219); }
div.DivClassName
{
background-color: #1457DB;
}
.BgClassName
{
background-color: #1457DB;
}
</style>
border-color css
<style>
span { border-color: #1457DB; }
span { border-color: rgb(20,87,219); }
td.TdClassName
{
border-color: #1457DB;
}
.TagClassName
{
border-color: #1457DB;
}
</style>