Shades of Egyptian Blue #144696
Tints of Egyptian Blue #144696
RGB
CMYK
RGB Variations
Color information
#144696 (or 0x144696) is known color: Egyptian Blue. HEX triplet: 14, 46 and 96. RGB value is (20,70,150). Sum of RGB (Red+Green+Blue) = 20+70+150=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #144696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144696 is #EBB969. Grayscale: #3F3F3F. Windows color (decimal): -15448426 or 9848340. OLE color: 9848340.
HSL color Cylindrical-coordinate representation of color #144696: hue angle of 216.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144696 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 70 | 150 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.41 |
| HSL | 216.92º | 0.76% | 0.33% | - |
| HSV(B) | 216.92º | 0.87% | 0.59% | - |
| XYZ | 7.98 | 6.73 | 29.73 | - |
| YUV | 64.17 | 176.44 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 150 | 0.87 | 0.53 | 0 | 0.41 | 216.92 | 0.76 | 0.33 |
| Hex | 14 | 46 | 96 | 57 | 35 | 0 | 29 | D9 | 4C | 21 |
| Octal | 24 | 106 | 226 | 127 | 65 | 0 | 51 | 331 | 114 | 41 |
| Binary | 10100 | 1000110 | 10010110 | 1010111 | 110101 | 0 | 101001 | 11011001 | 1001100 | 100001 |
Color Harmonies of #144696
Complementary color
Monochromatic Colors of #144696
Black with #144696
Text Example
Text Example
White with #144696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144696; }
p { color: rgb(20,70,150); }
H1.HeaderClassName
{
color: #144696;
}
.AnyTagClassName
{
color: #144696;
}
</style>
background-color css
<style>
a { background-color: #144696; }
a { background-color: rgb(20,70,150); }
div.DivClassName
{
background-color: #144696;
}
.BgClassName
{
background-color: #144696;
}
</style>
border-color css
<style>
span { border-color: #144696; }
span { border-color: rgb(20,70,150); }
td.TdClassName
{
border-color: #144696;
}
.TagClassName
{
border-color: #144696;
}
</style>