Shades of Navy Blue #1464EA
Tints of Navy Blue #1464EA
RGB
CMYK
RGB Variations
Color information
#1464EA (or 0x1464EA) is known color: Navy Blue. HEX triplet: 14, 64 and EA. RGB value is (20,100,234). Sum of RGB (Red+Green+Blue) = 20+100+234=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #1464EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464EA is #EB9B15. Grayscale: #5A5A5A. Windows color (decimal): -15440662 or 15361044. OLE color: 15361044.
HSL color Cylindrical-coordinate representation of color #1464EA: hue angle of 217.57º 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 #1464EA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 100 | 234 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.08 |
| HSL | 217.57º | 0.84% | 0.5% | - |
| HSV(B) | 217.57º | 0.91% | 0.92% | - |
| XYZ | 19.7 | 15.2 | 79.74 | - |
| YUV | 91.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 234 | 0.91 | 0.57 | 0 | 0.08 | 217.57 | 0.84 | 0.5 |
| Hex | 14 | 64 | EA | 5B | 39 | 0 | 8 | DA | 54 | 32 |
| Octal | 24 | 144 | 352 | 133 | 71 | 0 | 10 | 332 | 124 | 62 |
| Binary | 10100 | 1100100 | 11101010 | 1011011 | 111001 | 0 | 1000 | 11011010 | 1010100 | 110010 |
Color Harmonies of #1464EA
Complementary color
Monochromatic Colors of #1464EA
Black with #1464EA
Text Example
Text Example
White with #1464EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464EA; }
p { color: rgb(20,100,234); }
H1.HeaderClassName
{
color: #1464EA;
}
.AnyTagClassName
{
color: #1464EA;
}
</style>
background-color css
<style>
a { background-color: #1464EA; }
a { background-color: rgb(20,100,234); }
div.DivClassName
{
background-color: #1464EA;
}
.BgClassName
{
background-color: #1464EA;
}
</style>
border-color css
<style>
span { border-color: #1464EA; }
span { border-color: rgb(20,100,234); }
td.TdClassName
{
border-color: #1464EA;
}
.TagClassName
{
border-color: #1464EA;
}
</style>