Shades of Navy Blue #1460EB
Tints of Navy Blue #1460EB
RGB
CMYK
RGB Variations
Color information
#1460EB (or 0x1460EB) is known color: Navy Blue. HEX triplet: 14, 60 and EB. RGB value is (20,96,235). Sum of RGB (Red+Green+Blue) = 20+96+235=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #1460EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1460EB is #EB9F14. Grayscale: #585858. Windows color (decimal): -15441685 or 15425556. OLE color: 15425556.
HSL color Cylindrical-coordinate representation of color #1460EB: hue angle of 218.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1460EB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 96 | 235 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.08 |
| HSL | 218.79º | 0.84% | 0.5% | - |
| HSV(B) | 218.79º | 0.91% | 0.92% | - |
| XYZ | 19.47 | 14.51 | 80.37 | - |
| YUV | 89.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 235 | 0.91 | 0.59 | 0 | 0.08 | 218.79 | 0.84 | 0.5 |
| Hex | 14 | 60 | EB | 5B | 3B | 0 | 8 | DB | 54 | 32 |
| Octal | 24 | 140 | 353 | 133 | 73 | 0 | 10 | 333 | 124 | 62 |
| Binary | 10100 | 1100000 | 11101011 | 1011011 | 111011 | 0 | 1000 | 11011011 | 1010100 | 110010 |
Color Harmonies of #1460EB
Complementary color
Monochromatic Colors of #1460EB
Black with #1460EB
Text Example
Text Example
White with #1460EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1460EB; }
p { color: rgb(20,96,235); }
H1.HeaderClassName
{
color: #1460EB;
}
.AnyTagClassName
{
color: #1460EB;
}
</style>
background-color css
<style>
a { background-color: #1460EB; }
a { background-color: rgb(20,96,235); }
div.DivClassName
{
background-color: #1460EB;
}
.BgClassName
{
background-color: #1460EB;
}
</style>
border-color css
<style>
span { border-color: #1460EB; }
span { border-color: rgb(20,96,235); }
td.TdClassName
{
border-color: #1460EB;
}
.TagClassName
{
border-color: #1460EB;
}
</style>