Shades of Navy Blue #1450EC
Tints of Navy Blue #1450EC
RGB
CMYK
RGB Variations
Color information
#1450EC (or 0x1450EC) is known color: Navy Blue. HEX triplet: 14, 50 and EC. RGB value is (20,80,236). Sum of RGB (Red+Green+Blue) = 20+80+236=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #1450EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1450EC is #EBAF13. Grayscale: #4F4F4F. Windows color (decimal): -15445780 or 15486996. OLE color: 15486996.
HSL color Cylindrical-coordinate representation of color #1450EC: hue angle of 223.33º degrees, saturation: 0.85, 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 #1450EC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 80 | 236 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.07 |
| HSL | 223.33º | 0.85% | 0.5% | - |
| HSV(B) | 223.33º | 0.92% | 0.93% | - |
| XYZ | 18.3 | 11.94 | 80.7 | - |
| YUV | 79.84 | 216.12 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 236 | 0.92 | 0.66 | 0 | 0.07 | 223.33 | 0.85 | 0.5 |
| Hex | 14 | 50 | EC | 5C | 42 | 0 | 7 | DF | 55 | 32 |
| Octal | 24 | 120 | 354 | 134 | 102 | 0 | 7 | 337 | 125 | 62 |
| Binary | 10100 | 1010000 | 11101100 | 1011100 | 1000010 | 0 | 111 | 11011111 | 1010101 | 110010 |
Color Harmonies of #1450EC
Complementary color
Monochromatic Colors of #1450EC
Black with #1450EC
Text Example
Text Example
White with #1450EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450EC; }
p { color: rgb(20,80,236); }
H1.HeaderClassName
{
color: #1450EC;
}
.AnyTagClassName
{
color: #1450EC;
}
</style>
background-color css
<style>
a { background-color: #1450EC; }
a { background-color: rgb(20,80,236); }
div.DivClassName
{
background-color: #1450EC;
}
.BgClassName
{
background-color: #1450EC;
}
</style>
border-color css
<style>
span { border-color: #1450EC; }
span { border-color: rgb(20,80,236); }
td.TdClassName
{
border-color: #1450EC;
}
.TagClassName
{
border-color: #1450EC;
}
</style>