Shades of Navy Blue #1464EF
Tints of Navy Blue #1464EF
RGB
CMYK
RGB Variations
Color information
#1464EF (or 0x1464EF) is known color: Navy Blue. HEX triplet: 14, 64 and EF. RGB value is (20,100,239). Sum of RGB (Red+Green+Blue) = 20+100+239=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #1464EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464EF is #EB9B10. Grayscale: #5B5B5B. Windows color (decimal): -15440657 or 15688724. OLE color: 15688724.
HSL color Cylindrical-coordinate representation of color #1464EF: hue angle of 218.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1464EF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 100 | 239 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.06 |
| HSL | 218.08º | 0.87% | 0.51% | - |
| HSV(B) | 218.08º | 0.92% | 0.94% | - |
| XYZ | 20.43 | 15.5 | 83.58 | - |
| YUV | 91.93 | 211 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 239 | 0.92 | 0.58 | 0 | 0.06 | 218.08 | 0.87 | 0.51 |
| Hex | 14 | 64 | EF | 5C | 3A | 0 | 6 | DA | 57 | 33 |
| Octal | 24 | 144 | 357 | 134 | 72 | 0 | 6 | 332 | 127 | 63 |
| Binary | 10100 | 1100100 | 11101111 | 1011100 | 111010 | 0 | 110 | 11011010 | 1010111 | 110011 |
Color Harmonies of #1464EF
Complementary color
Monochromatic Colors of #1464EF
Black with #1464EF
Text Example
Text Example
White with #1464EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464EF; }
p { color: rgb(20,100,239); }
H1.HeaderClassName
{
color: #1464EF;
}
.AnyTagClassName
{
color: #1464EF;
}
</style>
background-color css
<style>
a { background-color: #1464EF; }
a { background-color: rgb(20,100,239); }
div.DivClassName
{
background-color: #1464EF;
}
.BgClassName
{
background-color: #1464EF;
}
</style>
border-color css
<style>
span { border-color: #1464EF; }
span { border-color: rgb(20,100,239); }
td.TdClassName
{
border-color: #1464EF;
}
.TagClassName
{
border-color: #1464EF;
}
</style>