Shades of Egyptian Blue #1A1EA8
Tints of Egyptian Blue #1A1EA8
RGB
CMYK
RGB Variations
Color information
#1A1EA8 (or 0x1A1EA8) is known color: Egyptian Blue. HEX triplet: 1A, 1E and A8. RGB value is (26,30,168). Sum of RGB (Red+Green+Blue) = 26+30+168=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 168 (66.02% from 255 or 75% from 224); Max value from RGB is 168 - color contains mainly: blue. Hex color #1A1EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1EA8 is #E5E157. Grayscale: #2B2B2B. Windows color (decimal): -15065432 or 11017754. OLE color: 11017754.
HSL color Cylindrical-coordinate representation of color #1A1EA8: hue angle of 238.31º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1EA8 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 30 | 168 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.34 |
| HSL | 238.31º | 0.73% | 0.38% | - |
| HSV(B) | 238.31º | 0.85% | 0.66% | - |
| XYZ | 7.96 | 3.98 | 37.39 | - |
| YUV | 44.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 168 | 0.85 | 0.82 | 0 | 0.34 | 238.31 | 0.73 | 0.38 |
| Hex | 1A | 1E | A8 | 55 | 52 | 0 | 22 | EE | 49 | 26 |
| Octal | 32 | 36 | 250 | 125 | 122 | 0 | 42 | 356 | 111 | 46 |
| Binary | 11010 | 11110 | 10101000 | 1010101 | 1010010 | 0 | 100010 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1EA8
Complementary color
Monochromatic Colors of #1A1EA8
Black with #1A1EA8
Text Example
Text Example
White with #1A1EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1EA8; }
p { color: rgb(26,30,168); }
H1.HeaderClassName
{
color: #1A1EA8;
}
.AnyTagClassName
{
color: #1A1EA8;
}
</style>
background-color css
<style>
a { background-color: #1A1EA8; }
a { background-color: rgb(26,30,168); }
div.DivClassName
{
background-color: #1A1EA8;
}
.BgClassName
{
background-color: #1A1EA8;
}
</style>
border-color css
<style>
span { border-color: #1A1EA8; }
span { border-color: rgb(26,30,168); }
td.TdClassName
{
border-color: #1A1EA8;
}
.TagClassName
{
border-color: #1A1EA8;
}
</style>