Shades of Navy Blue #1460DB
Tints of Navy Blue #1460DB
RGB
CMYK
RGB Variations
Color information
#1460DB (or 0x1460DB) is known color: Navy Blue. HEX triplet: 14, 60 and DB. RGB value is (20,96,219). Sum of RGB (Red+Green+Blue) = 20+96+219=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #1460DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460DB is #EB9F24. Grayscale: #565656. Windows color (decimal): -15441701 or 14376980. OLE color: 14376980.
HSL color Cylindrical-coordinate representation of color #1460DB: hue angle of 217.09º 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 #1460DB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 96 | 219 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.14 |
| HSL | 217.09º | 0.83% | 0.47% | - |
| HSV(B) | 217.09º | 0.91% | 0.86% | - |
| XYZ | 17.26 | 13.63 | 68.74 | - |
| YUV | 87.3 | 202.32 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 219 | 0.91 | 0.56 | 0 | 0.14 | 217.09 | 0.83 | 0.47 |
| Hex | 14 | 60 | DB | 5B | 38 | 0 | E | D9 | 53 | 2F |
| Octal | 24 | 140 | 333 | 133 | 70 | 0 | 16 | 331 | 123 | 57 |
| Binary | 10100 | 1100000 | 11011011 | 1011011 | 111000 | 0 | 1110 | 11011001 | 1010011 | 101111 |
Color Harmonies of #1460DB
Complementary color
Monochromatic Colors of #1460DB
Black with #1460DB
Text Example
Text Example
White with #1460DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1460DB; }
p { color: rgb(20,96,219); }
H1.HeaderClassName
{
color: #1460DB;
}
.AnyTagClassName
{
color: #1460DB;
}
</style>
background-color css
<style>
a { background-color: #1460DB; }
a { background-color: rgb(20,96,219); }
div.DivClassName
{
background-color: #1460DB;
}
.BgClassName
{
background-color: #1460DB;
}
</style>
border-color css
<style>
span { border-color: #1460DB; }
span { border-color: rgb(20,96,219); }
td.TdClassName
{
border-color: #1460DB;
}
.TagClassName
{
border-color: #1460DB;
}
</style>