Shades of Navy Blue #144EEF
Tints of Navy Blue #144EEF
RGB
CMYK
RGB Variations
Color information
#144EEF (or 0x144EEF) is known color: Navy Blue. HEX triplet: 14, 4E and EF. RGB value is (20,78,239). Sum of RGB (Red+Green+Blue) = 20+78+239=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #144EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EEF is #EBB110. Grayscale: #4E4E4E. Windows color (decimal): -15446289 or 15683092. OLE color: 15683092.
HSL color Cylindrical-coordinate representation of color #144EEF: hue angle of 224.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EEF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 78 | 239 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.06 |
| HSL | 224.11º | 0.87% | 0.51% | - |
| HSV(B) | 224.11º | 0.92% | 0.94% | - |
| XYZ | 18.59 | 11.83 | 82.96 | - |
| YUV | 79.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 239 | 0.92 | 0.67 | 0 | 0.06 | 224.11 | 0.87 | 0.51 |
| Hex | 14 | 4E | EF | 5C | 43 | 0 | 6 | E0 | 57 | 33 |
| Octal | 24 | 116 | 357 | 134 | 103 | 0 | 6 | 340 | 127 | 63 |
| Binary | 10100 | 1001110 | 11101111 | 1011100 | 1000011 | 0 | 110 | 11100000 | 1010111 | 110011 |
Color Harmonies of #144EEF
Complementary color
Monochromatic Colors of #144EEF
Black with #144EEF
Text Example
Text Example
White with #144EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EEF; }
p { color: rgb(20,78,239); }
H1.HeaderClassName
{
color: #144EEF;
}
.AnyTagClassName
{
color: #144EEF;
}
</style>
background-color css
<style>
a { background-color: #144EEF; }
a { background-color: rgb(20,78,239); }
div.DivClassName
{
background-color: #144EEF;
}
.BgClassName
{
background-color: #144EEF;
}
</style>
border-color css
<style>
span { border-color: #144EEF; }
span { border-color: rgb(20,78,239); }
td.TdClassName
{
border-color: #144EEF;
}
.TagClassName
{
border-color: #144EEF;
}
</style>