Shades of Navy Blue #1462E7
Tints of Navy Blue #1462E7
RGB
CMYK
RGB Variations
Color information
#1462E7 (or 0x1462E7) is known color: Navy Blue. HEX triplet: 14, 62 and E7. RGB value is (20,98,231). Sum of RGB (Red+Green+Blue) = 20+98+231=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 231 (90.62% from 255 or 66.19% from 349); Max value from RGB is 231 - color contains mainly: blue. Hex color #1462E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1462E7 is #EB9D18. Grayscale: #595959. Windows color (decimal): -15441177 or 15163924. OLE color: 15163924.
HSL color Cylindrical-coordinate representation of color #1462E7: hue angle of 217.82º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1462E7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 98 | 231 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.09 |
| HSL | 217.82º | 0.84% | 0.49% | - |
| HSV(B) | 217.82º | 0.91% | 0.91% | - |
| XYZ | 19.08 | 14.65 | 77.42 | - |
| YUV | 89.84 | 207.66 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 231 | 0.91 | 0.58 | 0 | 0.09 | 217.82 | 0.84 | 0.49 |
| Hex | 14 | 62 | E7 | 5B | 3A | 0 | 9 | DA | 54 | 31 |
| Octal | 24 | 142 | 347 | 133 | 72 | 0 | 11 | 332 | 124 | 61 |
| Binary | 10100 | 1100010 | 11100111 | 1011011 | 111010 | 0 | 1001 | 11011010 | 1010100 | 110001 |
Color Harmonies of #1462E7
Complementary color
Monochromatic Colors of #1462E7
Black with #1462E7
Text Example
Text Example
White with #1462E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462E7; }
p { color: rgb(20,98,231); }
H1.HeaderClassName
{
color: #1462E7;
}
.AnyTagClassName
{
color: #1462E7;
}
</style>
background-color css
<style>
a { background-color: #1462E7; }
a { background-color: rgb(20,98,231); }
div.DivClassName
{
background-color: #1462E7;
}
.BgClassName
{
background-color: #1462E7;
}
</style>
border-color css
<style>
span { border-color: #1462E7; }
span { border-color: rgb(20,98,231); }
td.TdClassName
{
border-color: #1462E7;
}
.TagClassName
{
border-color: #1462E7;
}
</style>