Shades of Navy Blue #144EEE
Tints of Navy Blue #144EEE
RGB
CMYK
RGB Variations
Color information
#144EEE (or 0x144EEE) is known color: Navy Blue. HEX triplet: 14, 4E and EE. RGB value is (20,78,238). Sum of RGB (Red+Green+Blue) = 20+78+238=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #144EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EEE is #EBB111. Grayscale: #4E4E4E. Windows color (decimal): -15446290 or 15617556. OLE color: 15617556.
HSL color Cylindrical-coordinate representation of color #144EEE: hue angle of 224.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EEE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 78 | 238 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.07 |
| HSL | 224.04º | 0.87% | 0.51% | - |
| HSV(B) | 224.04º | 0.92% | 0.93% | - |
| XYZ | 18.45 | 11.77 | 82.19 | - |
| YUV | 78.9 | 217.78 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 238 | 0.92 | 0.67 | 0 | 0.07 | 224.04 | 0.87 | 0.51 |
| Hex | 14 | 4E | EE | 5C | 43 | 0 | 7 | E0 | 57 | 33 |
| Octal | 24 | 116 | 356 | 134 | 103 | 0 | 7 | 340 | 127 | 63 |
| Binary | 10100 | 1001110 | 11101110 | 1011100 | 1000011 | 0 | 111 | 11100000 | 1010111 | 110011 |
Color Harmonies of #144EEE
Complementary color
Monochromatic Colors of #144EEE
Black with #144EEE
Text Example
Text Example
White with #144EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EEE; }
p { color: rgb(20,78,238); }
H1.HeaderClassName
{
color: #144EEE;
}
.AnyTagClassName
{
color: #144EEE;
}
</style>
background-color css
<style>
a { background-color: #144EEE; }
a { background-color: rgb(20,78,238); }
div.DivClassName
{
background-color: #144EEE;
}
.BgClassName
{
background-color: #144EEE;
}
</style>
border-color css
<style>
span { border-color: #144EEE; }
span { border-color: rgb(20,78,238); }
td.TdClassName
{
border-color: #144EEE;
}
.TagClassName
{
border-color: #144EEE;
}
</style>