Shades of Navy Blue #1462EB
Tints of Navy Blue #1462EB
RGB
CMYK
RGB Variations
Color information
#1462EB (or 0x1462EB) is known color: Navy Blue. HEX triplet: 14, 62 and EB. RGB value is (20,98,235). Sum of RGB (Red+Green+Blue) = 20+98+235=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #1462EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1462EB is #EB9D14. Grayscale: #595959. Windows color (decimal): -15441173 or 15426068. OLE color: 15426068.
HSL color Cylindrical-coordinate representation of color #1462EB: hue angle of 218.23º 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 #1462EB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 98 | 235 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.08 |
| HSL | 218.23º | 0.84% | 0.5% | - |
| HSV(B) | 218.23º | 0.91% | 0.92% | - |
| XYZ | 19.65 | 14.88 | 80.43 | - |
| YUV | 90.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 235 | 0.91 | 0.58 | 0 | 0.08 | 218.23 | 0.84 | 0.5 |
| Hex | 14 | 62 | EB | 5B | 3A | 0 | 8 | DA | 54 | 32 |
| Octal | 24 | 142 | 353 | 133 | 72 | 0 | 10 | 332 | 124 | 62 |
| Binary | 10100 | 1100010 | 11101011 | 1011011 | 111010 | 0 | 1000 | 11011010 | 1010100 | 110010 |
Color Harmonies of #1462EB
Complementary color
Monochromatic Colors of #1462EB
Black with #1462EB
Text Example
Text Example
White with #1462EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462EB; }
p { color: rgb(20,98,235); }
H1.HeaderClassName
{
color: #1462EB;
}
.AnyTagClassName
{
color: #1462EB;
}
</style>
background-color css
<style>
a { background-color: #1462EB; }
a { background-color: rgb(20,98,235); }
div.DivClassName
{
background-color: #1462EB;
}
.BgClassName
{
background-color: #1462EB;
}
</style>
border-color css
<style>
span { border-color: #1462EB; }
span { border-color: rgb(20,98,235); }
td.TdClassName
{
border-color: #1462EB;
}
.TagClassName
{
border-color: #1462EB;
}
</style>