Shades of Navy Blue #144EE5
Tints of Navy Blue #144EE5
RGB
CMYK
RGB Variations
Color information
#144EE5 (or 0x144EE5) is known color: Navy Blue. HEX triplet: 14, 4E and E5. RGB value is (20,78,229). Sum of RGB (Red+Green+Blue) = 20+78+229=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #144EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EE5 is #EBB11A. Grayscale: #4D4D4D. Windows color (decimal): -15446299 or 15027732. OLE color: 15027732.
HSL color Cylindrical-coordinate representation of color #144EE5: hue angle of 223.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EE5 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 78 | 229 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.10 |
| HSL | 223.35º | 0.84% | 0.49% | - |
| HSV(B) | 223.35º | 0.91% | 0.9% | - |
| XYZ | 17.16 | 11.25 | 75.4 | - |
| YUV | 77.87 | 213.28 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 229 | 0.91 | 0.66 | 0 | 0.10 | 223.35 | 0.84 | 0.49 |
| Hex | 14 | 4E | E5 | 5B | 42 | 0 | A | DF | 54 | 31 |
| Octal | 24 | 116 | 345 | 133 | 102 | 0 | 12 | 337 | 124 | 61 |
| Binary | 10100 | 1001110 | 11100101 | 1011011 | 1000010 | 0 | 1010 | 11011111 | 1010100 | 110001 |
Color Harmonies of #144EE5
Complementary color
Monochromatic Colors of #144EE5
Black with #144EE5
Text Example
Text Example
White with #144EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EE5; }
p { color: rgb(20,78,229); }
H1.HeaderClassName
{
color: #144EE5;
}
.AnyTagClassName
{
color: #144EE5;
}
</style>
background-color css
<style>
a { background-color: #144EE5; }
a { background-color: rgb(20,78,229); }
div.DivClassName
{
background-color: #144EE5;
}
.BgClassName
{
background-color: #144EE5;
}
</style>
border-color css
<style>
span { border-color: #144EE5; }
span { border-color: rgb(20,78,229); }
td.TdClassName
{
border-color: #144EE5;
}
.TagClassName
{
border-color: #144EE5;
}
</style>