Shades of Egyptian Blue #144195
Tints of Egyptian Blue #144195
RGB
CMYK
RGB Variations
Color information
#144195 (or 0x144195) is known color: Egyptian Blue. HEX triplet: 14, 41 and 95. RGB value is (20,65,149). Sum of RGB (Red+Green+Blue) = 20+65+149=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #144195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144195 is #EBBE6A. Grayscale: #3C3C3C. Windows color (decimal): -15449707 or 9781524. OLE color: 9781524.
HSL color Cylindrical-coordinate representation of color #144195: hue angle of 219.07º 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 #144195 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 65 | 149 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.42 |
| HSL | 219.07º | 0.76% | 0.33% | - |
| HSV(B) | 219.07º | 0.87% | 0.58% | - |
| XYZ | 7.6 | 6.1 | 29.21 | - |
| YUV | 61.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 149 | 0.87 | 0.56 | 0 | 0.42 | 219.07 | 0.76 | 0.33 |
| Hex | 14 | 41 | 95 | 57 | 38 | 0 | 2A | DB | 4C | 21 |
| Octal | 24 | 101 | 225 | 127 | 70 | 0 | 52 | 333 | 114 | 41 |
| Binary | 10100 | 1000001 | 10010101 | 1010111 | 111000 | 0 | 101010 | 11011011 | 1001100 | 100001 |
Color Harmonies of #144195
Complementary color
Monochromatic Colors of #144195
Black with #144195
Text Example
Text Example
White with #144195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144195; }
p { color: rgb(20,65,149); }
H1.HeaderClassName
{
color: #144195;
}
.AnyTagClassName
{
color: #144195;
}
</style>
background-color css
<style>
a { background-color: #144195; }
a { background-color: rgb(20,65,149); }
div.DivClassName
{
background-color: #144195;
}
.BgClassName
{
background-color: #144195;
}
</style>
border-color css
<style>
span { border-color: #144195; }
span { border-color: rgb(20,65,149); }
td.TdClassName
{
border-color: #144195;
}
.TagClassName
{
border-color: #144195;
}
</style>