Shades of Navy Blue #1450EB
Tints of Navy Blue #1450EB
RGB
CMYK
RGB Variations
Color information
#1450EB (or 0x1450EB) is known color: Navy Blue. HEX triplet: 14, 50 and EB. RGB value is (20,80,235). Sum of RGB (Red+Green+Blue) = 20+80+235=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #1450EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1450EB is #EBAF14. Grayscale: #4F4F4F. Windows color (decimal): -15445781 or 15421460. OLE color: 15421460.
HSL color Cylindrical-coordinate representation of color #1450EB: hue angle of 223.26º 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 #1450EB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 80 | 235 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.08 |
| HSL | 223.26º | 0.84% | 0.5% | - |
| HSV(B) | 223.26º | 0.91% | 0.92% | - |
| XYZ | 18.15 | 11.88 | 79.93 | - |
| YUV | 79.73 | 215.62 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 235 | 0.91 | 0.66 | 0 | 0.08 | 223.26 | 0.84 | 0.5 |
| Hex | 14 | 50 | EB | 5B | 42 | 0 | 8 | DF | 54 | 32 |
| Octal | 24 | 120 | 353 | 133 | 102 | 0 | 10 | 337 | 124 | 62 |
| Binary | 10100 | 1010000 | 11101011 | 1011011 | 1000010 | 0 | 1000 | 11011111 | 1010100 | 110010 |
Color Harmonies of #1450EB
Complementary color
Monochromatic Colors of #1450EB
Black with #1450EB
Text Example
Text Example
White with #1450EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450EB; }
p { color: rgb(20,80,235); }
H1.HeaderClassName
{
color: #1450EB;
}
.AnyTagClassName
{
color: #1450EB;
}
</style>
background-color css
<style>
a { background-color: #1450EB; }
a { background-color: rgb(20,80,235); }
div.DivClassName
{
background-color: #1450EB;
}
.BgClassName
{
background-color: #1450EB;
}
</style>
border-color css
<style>
span { border-color: #1450EB; }
span { border-color: rgb(20,80,235); }
td.TdClassName
{
border-color: #1450EB;
}
.TagClassName
{
border-color: #1450EB;
}
</style>