Shades of Egyptian Blue #141EAE
Tints of Egyptian Blue #141EAE
RGB
CMYK
RGB Variations
Color information
#141EAE (or 0x141EAE) is known color: Egyptian Blue. HEX triplet: 14, 1E and AE. RGB value is (20,30,174). Sum of RGB (Red+Green+Blue) = 20+30+174=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #141EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141EAE is #EBE151. Grayscale: #2A2A2A. Windows color (decimal): -15458642 or 11410964. OLE color: 11410964.
HSL color Cylindrical-coordinate representation of color #141EAE: hue angle of 236.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141EAE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 30 | 174 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.32 |
| HSL | 236.1º | 0.79% | 0.38% | - |
| HSV(B) | 236.1º | 0.89% | 0.68% | - |
| XYZ | 8.39 | 4.13 | 40.4 | - |
| YUV | 43.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 174 | 0.89 | 0.83 | 0 | 0.32 | 236.1 | 0.79 | 0.38 |
| Hex | 14 | 1E | AE | 59 | 53 | 0 | 20 | EC | 4F | 26 |
| Octal | 24 | 36 | 256 | 131 | 123 | 0 | 40 | 354 | 117 | 46 |
| Binary | 10100 | 11110 | 10101110 | 1011001 | 1010011 | 0 | 100000 | 11101100 | 1001111 | 100110 |
Color Harmonies of #141EAE
Complementary color
Monochromatic Colors of #141EAE
Black with #141EAE
Text Example
Text Example
White with #141EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EAE; }
p { color: rgb(20,30,174); }
H1.HeaderClassName
{
color: #141EAE;
}
.AnyTagClassName
{
color: #141EAE;
}
</style>
background-color css
<style>
a { background-color: #141EAE; }
a { background-color: rgb(20,30,174); }
div.DivClassName
{
background-color: #141EAE;
}
.BgClassName
{
background-color: #141EAE;
}
</style>
border-color css
<style>
span { border-color: #141EAE; }
span { border-color: rgb(20,30,174); }
td.TdClassName
{
border-color: #141EAE;
}
.TagClassName
{
border-color: #141EAE;
}
</style>