Shades of Egyptian Blue #144197
Tints of Egyptian Blue #144197
RGB
CMYK
RGB Variations
Color information
#144197 (or 0x144197) is known color: Egyptian Blue. HEX triplet: 14, 41 and 97. RGB value is (20,65,151). Sum of RGB (Red+Green+Blue) = 20+65+151=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #144197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144197 is #EBBE68. Grayscale: #3C3C3C. Windows color (decimal): -15449705 or 9912596. OLE color: 9912596.
HSL color Cylindrical-coordinate representation of color #144197: hue angle of 219.39º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144197 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 65 | 151 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.41 |
| HSL | 219.39º | 0.77% | 0.34% | - |
| HSV(B) | 219.39º | 0.87% | 0.59% | - |
| XYZ | 7.76 | 6.16 | 30.06 | - |
| YUV | 61.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 151 | 0.87 | 0.57 | 0 | 0.41 | 219.39 | 0.77 | 0.34 |
| Hex | 14 | 41 | 97 | 57 | 39 | 0 | 29 | DB | 4D | 22 |
| Octal | 24 | 101 | 227 | 127 | 71 | 0 | 51 | 333 | 115 | 42 |
| Binary | 10100 | 1000001 | 10010111 | 1010111 | 111001 | 0 | 101001 | 11011011 | 1001101 | 100010 |
Color Harmonies of #144197
Complementary color
Monochromatic Colors of #144197
Black with #144197
Text Example
Text Example
White with #144197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144197; }
p { color: rgb(20,65,151); }
H1.HeaderClassName
{
color: #144197;
}
.AnyTagClassName
{
color: #144197;
}
</style>
background-color css
<style>
a { background-color: #144197; }
a { background-color: rgb(20,65,151); }
div.DivClassName
{
background-color: #144197;
}
.BgClassName
{
background-color: #144197;
}
</style>
border-color css
<style>
span { border-color: #144197; }
span { border-color: rgb(20,65,151); }
td.TdClassName
{
border-color: #144197;
}
.TagClassName
{
border-color: #144197;
}
</style>