Shades of Egyptian Blue #141DAE
Tints of Egyptian Blue #141DAE
RGB
CMYK
RGB Variations
Color information
#141DAE (or 0x141DAE) is known color: Egyptian Blue. HEX triplet: 14, 1D and AE. RGB value is (20,29,174). Sum of RGB (Red+Green+Blue) = 20+29+174=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #141DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DAE is #EBE251. Grayscale: #2A2A2A. Windows color (decimal): -15458898 or 11410708. OLE color: 11410708.
HSL color Cylindrical-coordinate representation of color #141DAE: hue angle of 236.49º 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 #141DAE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 29 | 174 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.32 |
| HSL | 236.49º | 0.79% | 0.38% | - |
| HSV(B) | 236.49º | 0.89% | 0.68% | - |
| XYZ | 8.37 | 4.08 | 40.39 | - |
| YUV | 42.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 174 | 0.89 | 0.83 | 0 | 0.32 | 236.49 | 0.79 | 0.38 |
| Hex | 14 | 1D | AE | 59 | 53 | 0 | 20 | EC | 4F | 26 |
| Octal | 24 | 35 | 256 | 131 | 123 | 0 | 40 | 354 | 117 | 46 |
| Binary | 10100 | 11101 | 10101110 | 1011001 | 1010011 | 0 | 100000 | 11101100 | 1001111 | 100110 |
Color Harmonies of #141DAE
Complementary color
Monochromatic Colors of #141DAE
Black with #141DAE
Text Example
Text Example
White with #141DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DAE; }
p { color: rgb(20,29,174); }
H1.HeaderClassName
{
color: #141DAE;
}
.AnyTagClassName
{
color: #141DAE;
}
</style>
background-color css
<style>
a { background-color: #141DAE; }
a { background-color: rgb(20,29,174); }
div.DivClassName
{
background-color: #141DAE;
}
.BgClassName
{
background-color: #141DAE;
}
</style>
border-color css
<style>
span { border-color: #141DAE; }
span { border-color: rgb(20,29,174); }
td.TdClassName
{
border-color: #141DAE;
}
.TagClassName
{
border-color: #141DAE;
}
</style>