Shades of Navy Blue #144DE5
Tints of Navy Blue #144DE5
RGB
CMYK
RGB Variations
Color information
#144DE5 (or 0x144DE5) is known color: Navy Blue. HEX triplet: 14, 4D and E5. RGB value is (20,77,229). Sum of RGB (Red+Green+Blue) = 20+77+229=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #144DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DE5 is #EBB21A. Grayscale: #4C4C4C. Windows color (decimal): -15446555 or 15027476. OLE color: 15027476.
HSL color Cylindrical-coordinate representation of color #144DE5: hue angle of 223.64º 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 #144DE5 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 77 | 229 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.10 |
| HSL | 223.64º | 0.84% | 0.49% | - |
| HSV(B) | 223.64º | 0.91% | 0.9% | - |
| XYZ | 17.09 | 11.11 | 75.37 | - |
| YUV | 77.29 | 213.62 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 229 | 0.91 | 0.66 | 0 | 0.10 | 223.64 | 0.84 | 0.49 |
| Hex | 14 | 4D | E5 | 5B | 42 | 0 | A | E0 | 54 | 31 |
| Octal | 24 | 115 | 345 | 133 | 102 | 0 | 12 | 340 | 124 | 61 |
| Binary | 10100 | 1001101 | 11100101 | 1011011 | 1000010 | 0 | 1010 | 11100000 | 1010100 | 110001 |
Color Harmonies of #144DE5
Complementary color
Monochromatic Colors of #144DE5
Black with #144DE5
Text Example
Text Example
White with #144DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DE5; }
p { color: rgb(20,77,229); }
H1.HeaderClassName
{
color: #144DE5;
}
.AnyTagClassName
{
color: #144DE5;
}
</style>
background-color css
<style>
a { background-color: #144DE5; }
a { background-color: rgb(20,77,229); }
div.DivClassName
{
background-color: #144DE5;
}
.BgClassName
{
background-color: #144DE5;
}
</style>
border-color css
<style>
span { border-color: #144DE5; }
span { border-color: rgb(20,77,229); }
td.TdClassName
{
border-color: #144DE5;
}
.TagClassName
{
border-color: #144DE5;
}
</style>