Shades of Navy Blue #1454ED
Tints of Navy Blue #1454ED
RGB
CMYK
RGB Variations
Color information
#1454ED (or 0x1454ED) is known color: Navy Blue. HEX triplet: 14, 54 and ED. RGB value is (20,84,237). Sum of RGB (Red+Green+Blue) = 20+84+237=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #1454ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454ED is #EBAB12. Grayscale: #515151. Windows color (decimal): -15444755 or 15553556. OLE color: 15553556.
HSL color Cylindrical-coordinate representation of color #1454ED: hue angle of 222.3º degrees, saturation: 0.86, 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 #1454ED is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 84 | 237 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.07 |
| HSL | 222.3º | 0.86% | 0.5% | - |
| HSV(B) | 222.3º | 0.92% | 0.93% | - |
| XYZ | 18.74 | 12.6 | 81.57 | - |
| YUV | 82.31 | 215.3 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 237 | 0.92 | 0.65 | 0 | 0.07 | 222.3 | 0.86 | 0.5 |
| Hex | 14 | 54 | ED | 5C | 41 | 0 | 7 | DE | 56 | 32 |
| Octal | 24 | 124 | 355 | 134 | 101 | 0 | 7 | 336 | 126 | 62 |
| Binary | 10100 | 1010100 | 11101101 | 1011100 | 1000001 | 0 | 111 | 11011110 | 1010110 | 110010 |
Color Harmonies of #1454ED
Complementary color
Monochromatic Colors of #1454ED
Black with #1454ED
Text Example
Text Example
White with #1454ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454ED; }
p { color: rgb(20,84,237); }
H1.HeaderClassName
{
color: #1454ED;
}
.AnyTagClassName
{
color: #1454ED;
}
</style>
background-color css
<style>
a { background-color: #1454ED; }
a { background-color: rgb(20,84,237); }
div.DivClassName
{
background-color: #1454ED;
}
.BgClassName
{
background-color: #1454ED;
}
</style>
border-color css
<style>
span { border-color: #1454ED; }
span { border-color: rgb(20,84,237); }
td.TdClassName
{
border-color: #1454ED;
}
.TagClassName
{
border-color: #1454ED;
}
</style>