Shades of Navy Blue #144BEE
Tints of Navy Blue #144BEE
RGB
CMYK
RGB Variations
Color information
#144BEE (or 0x144BEE) is known color: Navy Blue. HEX triplet: 14, 4B and EE. RGB value is (20,75,238). Sum of RGB (Red+Green+Blue) = 20+75+238=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #144BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BEE is #EBB411. Grayscale: #4C4C4C. Windows color (decimal): -15447058 or 15616788. OLE color: 15616788.
HSL color Cylindrical-coordinate representation of color #144BEE: hue angle of 224.86º 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 #144BEE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 75 | 238 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.86º | 0.87% | 0.51% | - |
| HSV(B) | 224.86º | 0.92% | 0.93% | - |
| XYZ | 18.24 | 11.35 | 82.12 | - |
| YUV | 77.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 238 | 0.92 | 0.68 | 0 | 0.07 | 224.86 | 0.87 | 0.51 |
| Hex | 14 | 4B | EE | 5C | 44 | 0 | 7 | E1 | 57 | 33 |
| Octal | 24 | 113 | 356 | 134 | 104 | 0 | 7 | 341 | 127 | 63 |
| Binary | 10100 | 1001011 | 11101110 | 1011100 | 1000100 | 0 | 111 | 11100001 | 1010111 | 110011 |
Color Harmonies of #144BEE
Complementary color
Monochromatic Colors of #144BEE
Black with #144BEE
Text Example
Text Example
White with #144BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BEE; }
p { color: rgb(20,75,238); }
H1.HeaderClassName
{
color: #144BEE;
}
.AnyTagClassName
{
color: #144BEE;
}
</style>
background-color css
<style>
a { background-color: #144BEE; }
a { background-color: rgb(20,75,238); }
div.DivClassName
{
background-color: #144BEE;
}
.BgClassName
{
background-color: #144BEE;
}
</style>
border-color css
<style>
span { border-color: #144BEE; }
span { border-color: rgb(20,75,238); }
td.TdClassName
{
border-color: #144BEE;
}
.TagClassName
{
border-color: #144BEE;
}
</style>