Shades of Navy Blue #1462DB
Tints of Navy Blue #1462DB
RGB
CMYK
RGB Variations
Color information
#1462DB (or 0x1462DB) is known color: Navy Blue. HEX triplet: 14, 62 and DB. RGB value is (20,98,219). Sum of RGB (Red+Green+Blue) = 20+98+219=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1462DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462DB is #EB9D24. Grayscale: #575757. Windows color (decimal): -15441189 or 14377492. OLE color: 14377492.
HSL color Cylindrical-coordinate representation of color #1462DB: hue angle of 216.48º 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 #1462DB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 98 | 219 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.14 |
| HSL | 216.48º | 0.83% | 0.47% | - |
| HSV(B) | 216.48º | 0.91% | 0.86% | - |
| XYZ | 17.44 | 14 | 68.8 | - |
| YUV | 88.47 | 201.66 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 219 | 0.91 | 0.55 | 0 | 0.14 | 216.48 | 0.83 | 0.47 |
| Hex | 14 | 62 | DB | 5B | 37 | 0 | E | D8 | 53 | 2F |
| Octal | 24 | 142 | 333 | 133 | 67 | 0 | 16 | 330 | 123 | 57 |
| Binary | 10100 | 1100010 | 11011011 | 1011011 | 110111 | 0 | 1110 | 11011000 | 1010011 | 101111 |
Color Harmonies of #1462DB
Complementary color
Monochromatic Colors of #1462DB
Black with #1462DB
Text Example
Text Example
White with #1462DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462DB; }
p { color: rgb(20,98,219); }
H1.HeaderClassName
{
color: #1462DB;
}
.AnyTagClassName
{
color: #1462DB;
}
</style>
background-color css
<style>
a { background-color: #1462DB; }
a { background-color: rgb(20,98,219); }
div.DivClassName
{
background-color: #1462DB;
}
.BgClassName
{
background-color: #1462DB;
}
</style>
border-color css
<style>
span { border-color: #1462DB; }
span { border-color: rgb(20,98,219); }
td.TdClassName
{
border-color: #1462DB;
}
.TagClassName
{
border-color: #1462DB;
}
</style>