Shades of Egyptian Blue #141CAA
Tints of Egyptian Blue #141CAA
RGB
CMYK
RGB Variations
Color information
#141CAA (or 0x141CAA) is known color: Egyptian Blue. HEX triplet: 14, 1C and AA. RGB value is (20,28,170). Sum of RGB (Red+Green+Blue) = 20+28+170=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #141CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CAA is #EBE355. Grayscale: #292929. Windows color (decimal): -15459158 or 11148308. OLE color: 11148308.
HSL color Cylindrical-coordinate representation of color #141CAA: hue angle of 236.8º 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 #141CAA is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 28 | 170 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.33 |
| HSL | 236.8º | 0.79% | 0.37% | - |
| HSV(B) | 236.8º | 0.88% | 0.67% | - |
| XYZ | 7.96 | 3.88 | 38.36 | - |
| YUV | 41.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 170 | 0.88 | 0.84 | 0 | 0.33 | 236.8 | 0.79 | 0.37 |
| Hex | 14 | 1C | AA | 58 | 54 | 0 | 21 | ED | 4F | 25 |
| Octal | 24 | 34 | 252 | 130 | 124 | 0 | 41 | 355 | 117 | 45 |
| Binary | 10100 | 11100 | 10101010 | 1011000 | 1010100 | 0 | 100001 | 11101101 | 1001111 | 100101 |
Color Harmonies of #141CAA
Complementary color
Monochromatic Colors of #141CAA
Black with #141CAA
Text Example
Text Example
White with #141CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CAA; }
p { color: rgb(20,28,170); }
H1.HeaderClassName
{
color: #141CAA;
}
.AnyTagClassName
{
color: #141CAA;
}
</style>
background-color css
<style>
a { background-color: #141CAA; }
a { background-color: rgb(20,28,170); }
div.DivClassName
{
background-color: #141CAA;
}
.BgClassName
{
background-color: #141CAA;
}
</style>
border-color css
<style>
span { border-color: #141CAA; }
span { border-color: rgb(20,28,170); }
td.TdClassName
{
border-color: #141CAA;
}
.TagClassName
{
border-color: #141CAA;
}
</style>