Shades of Egyptian Blue #1A2EA1
Tints of Egyptian Blue #1A2EA1
RGB
CMYK
RGB Variations
Color information
#1A2EA1 (or 0x1A2EA1) is known color: Egyptian Blue. HEX triplet: 1A, 2E and A1. RGB value is (26,46,161). Sum of RGB (Red+Green+Blue) = 26+46+161=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A2EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2EA1 is #E5D15E. Grayscale: #343434. Windows color (decimal): -15061343 or 10563098. OLE color: 10563098.
HSL color Cylindrical-coordinate representation of color #1A2EA1: hue angle of 231.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A2EA1 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 46 | 161 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.37 |
| HSL | 231.11º | 0.72% | 0.37% | - |
| HSV(B) | 231.11º | 0.84% | 0.63% | - |
| XYZ | 7.84 | 4.75 | 34.22 | - |
| YUV | 53.13 | 188.87 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 161 | 0.84 | 0.71 | 0 | 0.37 | 231.11 | 0.72 | 0.37 |
| Hex | 1A | 2E | A1 | 54 | 47 | 0 | 25 | E7 | 48 | 25 |
| Octal | 32 | 56 | 241 | 124 | 107 | 0 | 45 | 347 | 110 | 45 |
| Binary | 11010 | 101110 | 10100001 | 1010100 | 1000111 | 0 | 100101 | 11100111 | 1001000 | 100101 |
Color Harmonies of #1A2EA1
Complementary color
Monochromatic Colors of #1A2EA1
Black with #1A2EA1
Text Example
Text Example
White with #1A2EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2EA1; }
p { color: rgb(26,46,161); }
H1.HeaderClassName
{
color: #1A2EA1;
}
.AnyTagClassName
{
color: #1A2EA1;
}
</style>
background-color css
<style>
a { background-color: #1A2EA1; }
a { background-color: rgb(26,46,161); }
div.DivClassName
{
background-color: #1A2EA1;
}
.BgClassName
{
background-color: #1A2EA1;
}
</style>
border-color css
<style>
span { border-color: #1A2EA1; }
span { border-color: rgb(26,46,161); }
td.TdClassName
{
border-color: #1A2EA1;
}
.TagClassName
{
border-color: #1A2EA1;
}
</style>