Shades of Navy Blue #144CEE
Tints of Navy Blue #144CEE
RGB
CMYK
RGB Variations
Color information
#144CEE (or 0x144CEE) is known color: Navy Blue. HEX triplet: 14, 4C and EE. RGB value is (20,76,238). Sum of RGB (Red+Green+Blue) = 20+76+238=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #144CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CEE is #EBB311. Grayscale: #4D4D4D. Windows color (decimal): -15446802 or 15617044. OLE color: 15617044.
HSL color Cylindrical-coordinate representation of color #144CEE: hue angle of 224.59º 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 #144CEE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 76 | 238 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.59º | 0.87% | 0.51% | - |
| HSV(B) | 224.59º | 0.92% | 0.93% | - |
| XYZ | 18.31 | 11.49 | 82.14 | - |
| YUV | 77.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 238 | 0.92 | 0.68 | 0 | 0.07 | 224.59 | 0.87 | 0.51 |
| Hex | 14 | 4C | EE | 5C | 44 | 0 | 7 | E1 | 57 | 33 |
| Octal | 24 | 114 | 356 | 134 | 104 | 0 | 7 | 341 | 127 | 63 |
| Binary | 10100 | 1001100 | 11101110 | 1011100 | 1000100 | 0 | 111 | 11100001 | 1010111 | 110011 |
Color Harmonies of #144CEE
Complementary color
Monochromatic Colors of #144CEE
Black with #144CEE
Text Example
Text Example
White with #144CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CEE; }
p { color: rgb(20,76,238); }
H1.HeaderClassName
{
color: #144CEE;
}
.AnyTagClassName
{
color: #144CEE;
}
</style>
background-color css
<style>
a { background-color: #144CEE; }
a { background-color: rgb(20,76,238); }
div.DivClassName
{
background-color: #144CEE;
}
.BgClassName
{
background-color: #144CEE;
}
</style>
border-color css
<style>
span { border-color: #144CEE; }
span { border-color: rgb(20,76,238); }
td.TdClassName
{
border-color: #144CEE;
}
.TagClassName
{
border-color: #144CEE;
}
</style>