Shades of Navy Blue #1454E9
Tints of Navy Blue #1454E9
RGB
CMYK
RGB Variations
Color information
#1454E9 (or 0x1454E9) is known color: Navy Blue. HEX triplet: 14, 54 and E9. RGB value is (20,84,233). Sum of RGB (Red+Green+Blue) = 20+84+233=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 233 (91.41% from 255 or 69.14% from 337); Max value from RGB is 233 - color contains mainly: blue. Hex color #1454E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454E9 is #EBAB16. Grayscale: #515151. Windows color (decimal): -15444759 or 15291412. OLE color: 15291412.
HSL color Cylindrical-coordinate representation of color #1454E9: hue angle of 221.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1454E9 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 84 | 233 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.09 |
| HSL | 221.97º | 0.84% | 0.5% | - |
| HSV(B) | 221.97º | 0.91% | 0.91% | - |
| XYZ | 18.17 | 12.37 | 78.52 | - |
| YUV | 81.85 | 213.3 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 233 | 0.91 | 0.64 | 0 | 0.09 | 221.97 | 0.84 | 0.5 |
| Hex | 14 | 54 | E9 | 5B | 40 | 0 | 9 | DE | 54 | 32 |
| Octal | 24 | 124 | 351 | 133 | 100 | 0 | 11 | 336 | 124 | 62 |
| Binary | 10100 | 1010100 | 11101001 | 1011011 | 1000000 | 0 | 1001 | 11011110 | 1010100 | 110010 |
Color Harmonies of #1454E9
Complementary color
Monochromatic Colors of #1454E9
Black with #1454E9
Text Example
Text Example
White with #1454E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454E9; }
p { color: rgb(20,84,233); }
H1.HeaderClassName
{
color: #1454E9;
}
.AnyTagClassName
{
color: #1454E9;
}
</style>
background-color css
<style>
a { background-color: #1454E9; }
a { background-color: rgb(20,84,233); }
div.DivClassName
{
background-color: #1454E9;
}
.BgClassName
{
background-color: #1454E9;
}
</style>
border-color css
<style>
span { border-color: #1454E9; }
span { border-color: rgb(20,84,233); }
td.TdClassName
{
border-color: #1454E9;
}
.TagClassName
{
border-color: #1454E9;
}
</style>