Shades of Egyptian Blue #1A1EAB
Tints of Egyptian Blue #1A1EAB
RGB
CMYK
RGB Variations
Color information
#1A1EAB (or 0x1A1EAB) is known color: Egyptian Blue. HEX triplet: 1A, 1E and AB. RGB value is (26,30,171). Sum of RGB (Red+Green+Blue) = 26+30+171=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1EAB is #E5E154. Grayscale: #2C2C2C. Windows color (decimal): -15065429 or 11214362. OLE color: 11214362.
HSL color Cylindrical-coordinate representation of color #1A1EAB: hue angle of 238.34º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1EAB is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 30 | 171 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.33 |
| HSL | 238.34º | 0.74% | 0.39% | - |
| HSV(B) | 238.34º | 0.85% | 0.67% | - |
| XYZ | 8.24 | 4.09 | 38.88 | - |
| YUV | 44.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 171 | 0.85 | 0.82 | 0 | 0.33 | 238.34 | 0.74 | 0.39 |
| Hex | 1A | 1E | AB | 55 | 52 | 0 | 21 | EE | 4A | 27 |
| Octal | 32 | 36 | 253 | 125 | 122 | 0 | 41 | 356 | 112 | 47 |
| Binary | 11010 | 11110 | 10101011 | 1010101 | 1010010 | 0 | 100001 | 11101110 | 1001010 | 100111 |
Color Harmonies of #1A1EAB
Complementary color
Monochromatic Colors of #1A1EAB
Black with #1A1EAB
Text Example
Text Example
White with #1A1EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1EAB; }
p { color: rgb(26,30,171); }
H1.HeaderClassName
{
color: #1A1EAB;
}
.AnyTagClassName
{
color: #1A1EAB;
}
</style>
background-color css
<style>
a { background-color: #1A1EAB; }
a { background-color: rgb(26,30,171); }
div.DivClassName
{
background-color: #1A1EAB;
}
.BgClassName
{
background-color: #1A1EAB;
}
</style>
border-color css
<style>
span { border-color: #1A1EAB; }
span { border-color: rgb(26,30,171); }
td.TdClassName
{
border-color: #1A1EAB;
}
.TagClassName
{
border-color: #1A1EAB;
}
</style>