Shades of Navy Blue #144EE9
Tints of Navy Blue #144EE9
RGB
CMYK
RGB Variations
Color information
#144EE9 (or 0x144EE9) is known color: Navy Blue. HEX triplet: 14, 4E and E9. RGB value is (20,78,233). Sum of RGB (Red+Green+Blue) = 20+78+233=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 233 (91.41% from 255 or 70.39% from 331); Max value from RGB is 233 - color contains mainly: blue. Hex color #144EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EE9 is #EBB116. Grayscale: #4D4D4D. Windows color (decimal): -15446295 or 15289876. OLE color: 15289876.
HSL color Cylindrical-coordinate representation of color #144EE9: hue angle of 223.66º 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 #144EE9 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 78 | 233 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.09 |
| HSL | 223.66º | 0.84% | 0.5% | - |
| HSV(B) | 223.66º | 0.91% | 0.91% | - |
| XYZ | 17.72 | 11.48 | 78.37 | - |
| YUV | 78.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 233 | 0.91 | 0.67 | 0 | 0.09 | 223.66 | 0.84 | 0.5 |
| Hex | 14 | 4E | E9 | 5B | 43 | 0 | 9 | E0 | 54 | 32 |
| Octal | 24 | 116 | 351 | 133 | 103 | 0 | 11 | 340 | 124 | 62 |
| Binary | 10100 | 1001110 | 11101001 | 1011011 | 1000011 | 0 | 1001 | 11100000 | 1010100 | 110010 |
Color Harmonies of #144EE9
Complementary color
Monochromatic Colors of #144EE9
Black with #144EE9
Text Example
Text Example
White with #144EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EE9; }
p { color: rgb(20,78,233); }
H1.HeaderClassName
{
color: #144EE9;
}
.AnyTagClassName
{
color: #144EE9;
}
</style>
background-color css
<style>
a { background-color: #144EE9; }
a { background-color: rgb(20,78,233); }
div.DivClassName
{
background-color: #144EE9;
}
.BgClassName
{
background-color: #144EE9;
}
</style>
border-color css
<style>
span { border-color: #144EE9; }
span { border-color: rgb(20,78,233); }
td.TdClassName
{
border-color: #144EE9;
}
.TagClassName
{
border-color: #144EE9;
}
</style>