Shades of Egyptian Blue #141DAA
Tints of Egyptian Blue #141DAA
RGB
CMYK
RGB Variations
Color information
#141DAA (or 0x141DAA) is known color: Egyptian Blue. HEX triplet: 14, 1D and AA. RGB value is (20,29,170). Sum of RGB (Red+Green+Blue) = 20+29+170=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #141DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DAA is #EBE255. Grayscale: #292929. Windows color (decimal): -15458902 or 11148564. OLE color: 11148564.
HSL color Cylindrical-coordinate representation of color #141DAA: hue angle of 236.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141DAA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 29 | 170 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.33 |
| HSL | 236.4º | 0.79% | 0.37% | - |
| HSV(B) | 236.4º | 0.88% | 0.67% | - |
| XYZ | 7.98 | 3.93 | 38.37 | - |
| YUV | 42.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 170 | 0.88 | 0.83 | 0 | 0.33 | 236.4 | 0.79 | 0.37 |
| Hex | 14 | 1D | AA | 58 | 53 | 0 | 21 | EC | 4F | 25 |
| Octal | 24 | 35 | 252 | 130 | 123 | 0 | 41 | 354 | 117 | 45 |
| Binary | 10100 | 11101 | 10101010 | 1011000 | 1010011 | 0 | 100001 | 11101100 | 1001111 | 100101 |
Color Harmonies of #141DAA
Complementary color
Monochromatic Colors of #141DAA
Black with #141DAA
Text Example
Text Example
White with #141DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DAA; }
p { color: rgb(20,29,170); }
H1.HeaderClassName
{
color: #141DAA;
}
.AnyTagClassName
{
color: #141DAA;
}
</style>
background-color css
<style>
a { background-color: #141DAA; }
a { background-color: rgb(20,29,170); }
div.DivClassName
{
background-color: #141DAA;
}
.BgClassName
{
background-color: #141DAA;
}
</style>
border-color css
<style>
span { border-color: #141DAA; }
span { border-color: rgb(20,29,170); }
td.TdClassName
{
border-color: #141DAA;
}
.TagClassName
{
border-color: #141DAA;
}
</style>