Shades of Navy Blue #1454EA
Tints of Navy Blue #1454EA
RGB
CMYK
RGB Variations
Color information
#1454EA (or 0x1454EA) is known color: Navy Blue. HEX triplet: 14, 54 and EA. RGB value is (20,84,234). Sum of RGB (Red+Green+Blue) = 20+84+234=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #1454EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454EA is #EBAB15. Grayscale: #515151. Windows color (decimal): -15444758 or 15356948. OLE color: 15356948.
HSL color Cylindrical-coordinate representation of color #1454EA: hue angle of 222.06º 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 #1454EA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 84 | 234 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.08 |
| HSL | 222.06º | 0.84% | 0.5% | - |
| HSV(B) | 222.06º | 0.91% | 0.92% | - |
| XYZ | 18.31 | 12.43 | 79.28 | - |
| YUV | 81.96 | 213.8 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 234 | 0.91 | 0.64 | 0 | 0.08 | 222.06 | 0.84 | 0.5 |
| Hex | 14 | 54 | EA | 5B | 40 | 0 | 8 | DE | 54 | 32 |
| Octal | 24 | 124 | 352 | 133 | 100 | 0 | 10 | 336 | 124 | 62 |
| Binary | 10100 | 1010100 | 11101010 | 1011011 | 1000000 | 0 | 1000 | 11011110 | 1010100 | 110010 |
Color Harmonies of #1454EA
Complementary color
Monochromatic Colors of #1454EA
Black with #1454EA
Text Example
Text Example
White with #1454EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454EA; }
p { color: rgb(20,84,234); }
H1.HeaderClassName
{
color: #1454EA;
}
.AnyTagClassName
{
color: #1454EA;
}
</style>
background-color css
<style>
a { background-color: #1454EA; }
a { background-color: rgb(20,84,234); }
div.DivClassName
{
background-color: #1454EA;
}
.BgClassName
{
background-color: #1454EA;
}
</style>
border-color css
<style>
span { border-color: #1454EA; }
span { border-color: rgb(20,84,234); }
td.TdClassName
{
border-color: #1454EA;
}
.TagClassName
{
border-color: #1454EA;
}
</style>