Shades of Egyptian Blue #144495
Tints of Egyptian Blue #144495
RGB
CMYK
RGB Variations
Color information
#144495 (or 0x144495) is known color: Egyptian Blue. HEX triplet: 14, 44 and 95. RGB value is (20,68,149). Sum of RGB (Red+Green+Blue) = 20+68+149=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #144495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144495 is #EBBB6A. Grayscale: #3E3E3E. Windows color (decimal): -15448939 or 9782292. OLE color: 9782292.
HSL color Cylindrical-coordinate representation of color #144495: hue angle of 217.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144495 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 68 | 149 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.42 |
| HSL | 217.67º | 0.76% | 0.33% | - |
| HSV(B) | 217.67º | 0.87% | 0.58% | - |
| XYZ | 7.78 | 6.45 | 29.27 | - |
| YUV | 62.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 149 | 0.87 | 0.54 | 0 | 0.42 | 217.67 | 0.76 | 0.33 |
| Hex | 14 | 44 | 95 | 57 | 36 | 0 | 2A | DA | 4C | 21 |
| Octal | 24 | 104 | 225 | 127 | 66 | 0 | 52 | 332 | 114 | 41 |
| Binary | 10100 | 1000100 | 10010101 | 1010111 | 110110 | 0 | 101010 | 11011010 | 1001100 | 100001 |
Color Harmonies of #144495
Complementary color
Monochromatic Colors of #144495
Black with #144495
Text Example
Text Example
White with #144495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144495; }
p { color: rgb(20,68,149); }
H1.HeaderClassName
{
color: #144495;
}
.AnyTagClassName
{
color: #144495;
}
</style>
background-color css
<style>
a { background-color: #144495; }
a { background-color: rgb(20,68,149); }
div.DivClassName
{
background-color: #144495;
}
.BgClassName
{
background-color: #144495;
}
</style>
border-color css
<style>
span { border-color: #144495; }
span { border-color: rgb(20,68,149); }
td.TdClassName
{
border-color: #144495;
}
.TagClassName
{
border-color: #144495;
}
</style>