Shades of Egyptian Blue #1A1EA6
Tints of Egyptian Blue #1A1EA6
RGB
CMYK
RGB Variations
Color information
#1A1EA6 (or 0x1A1EA6) is known color: Egyptian Blue. HEX triplet: 1A, 1E and A6. RGB value is (26,30,166). Sum of RGB (Red+Green+Blue) = 26+30+166=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 166 (65.23% from 255 or 74.77% from 222); Max value from RGB is 166 - color contains mainly: blue. Hex color #1A1EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1EA6 is #E5E159. Grayscale: #2B2B2B. Windows color (decimal): -15065434 or 10886682. OLE color: 10886682.
HSL color Cylindrical-coordinate representation of color #1A1EA6: hue angle of 238.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1EA6 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 30 | 166 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.35 |
| HSL | 238.29º | 0.73% | 0.38% | - |
| HSV(B) | 238.29º | 0.84% | 0.65% | - |
| XYZ | 7.77 | 3.9 | 36.42 | - |
| YUV | 44.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 166 | 0.84 | 0.82 | 0 | 0.35 | 238.29 | 0.73 | 0.38 |
| Hex | 1A | 1E | A6 | 54 | 52 | 0 | 23 | EE | 49 | 26 |
| Octal | 32 | 36 | 246 | 124 | 122 | 0 | 43 | 356 | 111 | 46 |
| Binary | 11010 | 11110 | 10100110 | 1010100 | 1010010 | 0 | 100011 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1EA6
Complementary color
Monochromatic Colors of #1A1EA6
Black with #1A1EA6
Text Example
Text Example
White with #1A1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1EA6; }
p { color: rgb(26,30,166); }
H1.HeaderClassName
{
color: #1A1EA6;
}
.AnyTagClassName
{
color: #1A1EA6;
}
</style>
background-color css
<style>
a { background-color: #1A1EA6; }
a { background-color: rgb(26,30,166); }
div.DivClassName
{
background-color: #1A1EA6;
}
.BgClassName
{
background-color: #1A1EA6;
}
</style>
border-color css
<style>
span { border-color: #1A1EA6; }
span { border-color: rgb(26,30,166); }
td.TdClassName
{
border-color: #1A1EA6;
}
.TagClassName
{
border-color: #1A1EA6;
}
</style>