Shades of Navy Blue #1463EA
Tints of Navy Blue #1463EA
RGB
CMYK
RGB Variations
Color information
#1463EA (or 0x1463EA) is known color: Navy Blue. HEX triplet: 14, 63 and EA. RGB value is (20,99,234). Sum of RGB (Red+Green+Blue) = 20+99+234=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #1463EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1463EA is #EB9C15. Grayscale: #5A5A5A. Windows color (decimal): -15440918 or 15360788. OLE color: 15360788.
HSL color Cylindrical-coordinate representation of color #1463EA: hue angle of 217.85º 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 #1463EA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 99 | 234 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.08 |
| HSL | 217.85º | 0.84% | 0.5% | - |
| HSV(B) | 217.85º | 0.91% | 0.92% | - |
| XYZ | 19.6 | 15.01 | 79.71 | - |
| YUV | 90.77 | 208.83 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 234 | 0.91 | 0.58 | 0 | 0.08 | 217.85 | 0.84 | 0.5 |
| Hex | 14 | 63 | EA | 5B | 3A | 0 | 8 | DA | 54 | 32 |
| Octal | 24 | 143 | 352 | 133 | 72 | 0 | 10 | 332 | 124 | 62 |
| Binary | 10100 | 1100011 | 11101010 | 1011011 | 111010 | 0 | 1000 | 11011010 | 1010100 | 110010 |
Color Harmonies of #1463EA
Complementary color
Monochromatic Colors of #1463EA
Black with #1463EA
Text Example
Text Example
White with #1463EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463EA; }
p { color: rgb(20,99,234); }
H1.HeaderClassName
{
color: #1463EA;
}
.AnyTagClassName
{
color: #1463EA;
}
</style>
background-color css
<style>
a { background-color: #1463EA; }
a { background-color: rgb(20,99,234); }
div.DivClassName
{
background-color: #1463EA;
}
.BgClassName
{
background-color: #1463EA;
}
</style>
border-color css
<style>
span { border-color: #1463EA; }
span { border-color: rgb(20,99,234); }
td.TdClassName
{
border-color: #1463EA;
}
.TagClassName
{
border-color: #1463EA;
}
</style>