Shades of Navy Blue #1462ED
Tints of Navy Blue #1462ED
RGB
CMYK
RGB Variations
Color information
#1462ED (or 0x1462ED) is known color: Navy Blue. HEX triplet: 14, 62 and ED. RGB value is (20,98,237). Sum of RGB (Red+Green+Blue) = 20+98+237=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #1462ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1462ED is #EB9D12. Grayscale: #595959. Windows color (decimal): -15441171 or 15557140. OLE color: 15557140.
HSL color Cylindrical-coordinate representation of color #1462ED: hue angle of 218.43º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1462ED is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 98 | 237 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.07 |
| HSL | 218.43º | 0.86% | 0.5% | - |
| HSV(B) | 218.43º | 0.92% | 0.93% | - |
| XYZ | 19.94 | 15 | 81.96 | - |
| YUV | 90.52 | 210.66 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 237 | 0.92 | 0.59 | 0 | 0.07 | 218.43 | 0.86 | 0.5 |
| Hex | 14 | 62 | ED | 5C | 3B | 0 | 7 | DA | 56 | 32 |
| Octal | 24 | 142 | 355 | 134 | 73 | 0 | 7 | 332 | 126 | 62 |
| Binary | 10100 | 1100010 | 11101101 | 1011100 | 111011 | 0 | 111 | 11011010 | 1010110 | 110010 |
Color Harmonies of #1462ED
Complementary color
Monochromatic Colors of #1462ED
Black with #1462ED
Text Example
Text Example
White with #1462ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462ED; }
p { color: rgb(20,98,237); }
H1.HeaderClassName
{
color: #1462ED;
}
.AnyTagClassName
{
color: #1462ED;
}
</style>
background-color css
<style>
a { background-color: #1462ED; }
a { background-color: rgb(20,98,237); }
div.DivClassName
{
background-color: #1462ED;
}
.BgClassName
{
background-color: #1462ED;
}
</style>
border-color css
<style>
span { border-color: #1462ED; }
span { border-color: rgb(20,98,237); }
td.TdClassName
{
border-color: #1462ED;
}
.TagClassName
{
border-color: #1462ED;
}
</style>