Shades of Navy Blue #1450E0
Tints of Navy Blue #1450E0
RGB
CMYK
RGB Variations
Color information
#1450E0 (or 0x1450E0) is known color: Navy Blue. HEX triplet: 14, 50 and E0. RGB value is (20,80,224). Sum of RGB (Red+Green+Blue) = 20+80+224=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #1450E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450E0 is #EBAF1F. Grayscale: #4D4D4D. Windows color (decimal): -15445792 or 14700564. OLE color: 14700564.
HSL color Cylindrical-coordinate representation of color #1450E0: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1450E0 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 80 | 224 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.12 |
| HSL | 222.35º | 0.84% | 0.48% | - |
| HSV(B) | 222.35º | 0.91% | 0.88% | - |
| XYZ | 16.61 | 11.27 | 71.82 | - |
| YUV | 78.48 | 210.12 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 224 | 0.91 | 0.64 | 0 | 0.12 | 222.35 | 0.84 | 0.48 |
| Hex | 14 | 50 | E0 | 5B | 40 | 0 | C | DE | 54 | 30 |
| Octal | 24 | 120 | 340 | 133 | 100 | 0 | 14 | 336 | 124 | 60 |
| Binary | 10100 | 1010000 | 11100000 | 1011011 | 1000000 | 0 | 1100 | 11011110 | 1010100 | 110000 |
Color Harmonies of #1450E0
Complementary color
Monochromatic Colors of #1450E0
Black with #1450E0
Text Example
Text Example
White with #1450E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450E0; }
p { color: rgb(20,80,224); }
H1.HeaderClassName
{
color: #1450E0;
}
.AnyTagClassName
{
color: #1450E0;
}
</style>
background-color css
<style>
a { background-color: #1450E0; }
a { background-color: rgb(20,80,224); }
div.DivClassName
{
background-color: #1450E0;
}
.BgClassName
{
background-color: #1450E0;
}
</style>
border-color css
<style>
span { border-color: #1450E0; }
span { border-color: rgb(20,80,224); }
td.TdClassName
{
border-color: #1450E0;
}
.TagClassName
{
border-color: #1450E0;
}
</style>