Shades of Egyptian Blue #1A1EAA
Tints of Egyptian Blue #1A1EAA
RGB
CMYK
RGB Variations
Color information
#1A1EAA (or 0x1A1EAA) is known color: Egyptian Blue. HEX triplet: 1A, 1E and AA. RGB value is (26,30,170). Sum of RGB (Red+Green+Blue) = 26+30+170=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A1EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1EAA is #E5E155. Grayscale: #2C2C2C. Windows color (decimal): -15065430 or 11148826. OLE color: 11148826.
HSL color Cylindrical-coordinate representation of color #1A1EAA: hue angle of 238.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1EAA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 30 | 170 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.33 |
| HSL | 238.33º | 0.73% | 0.38% | - |
| HSV(B) | 238.33º | 0.85% | 0.67% | - |
| XYZ | 8.15 | 4.05 | 38.38 | - |
| YUV | 44.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 170 | 0.85 | 0.82 | 0 | 0.33 | 238.33 | 0.73 | 0.38 |
| Hex | 1A | 1E | AA | 55 | 52 | 0 | 21 | EE | 49 | 26 |
| Octal | 32 | 36 | 252 | 125 | 122 | 0 | 41 | 356 | 111 | 46 |
| Binary | 11010 | 11110 | 10101010 | 1010101 | 1010010 | 0 | 100001 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1EAA
Complementary color
Monochromatic Colors of #1A1EAA
Black with #1A1EAA
Text Example
Text Example
White with #1A1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1EAA; }
p { color: rgb(26,30,170); }
H1.HeaderClassName
{
color: #1A1EAA;
}
.AnyTagClassName
{
color: #1A1EAA;
}
</style>
background-color css
<style>
a { background-color: #1A1EAA; }
a { background-color: rgb(26,30,170); }
div.DivClassName
{
background-color: #1A1EAA;
}
.BgClassName
{
background-color: #1A1EAA;
}
</style>
border-color css
<style>
span { border-color: #1A1EAA; }
span { border-color: rgb(26,30,170); }
td.TdClassName
{
border-color: #1A1EAA;
}
.TagClassName
{
border-color: #1A1EAA;
}
</style>