Shades of Egyptian Blue #1A2EAA
Tints of Egyptian Blue #1A2EAA
RGB
CMYK
RGB Variations
Color information
#1A2EAA (or 0x1A2EAA) is known color: Egyptian Blue. HEX triplet: 1A, 2E and AA. RGB value is (26,46,170). Sum of RGB (Red+Green+Blue) = 26+46+170=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A2EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2EAA is #E5D155. Grayscale: #353535. Windows color (decimal): -15061334 or 11152922. OLE color: 11152922.
HSL color Cylindrical-coordinate representation of color #1A2EAA: hue angle of 231.67º 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 #1A2EAA is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 46 | 170 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.33 |
| HSL | 231.67º | 0.73% | 0.38% | - |
| HSV(B) | 231.67º | 0.85% | 0.67% | - |
| XYZ | 8.66 | 5.08 | 38.55 | - |
| YUV | 54.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 170 | 0.85 | 0.73 | 0 | 0.33 | 231.67 | 0.73 | 0.38 |
| Hex | 1A | 2E | AA | 55 | 49 | 0 | 21 | E8 | 49 | 26 |
| Octal | 32 | 56 | 252 | 125 | 111 | 0 | 41 | 350 | 111 | 46 |
| Binary | 11010 | 101110 | 10101010 | 1010101 | 1001001 | 0 | 100001 | 11101000 | 1001001 | 100110 |
Color Harmonies of #1A2EAA
Complementary color
Monochromatic Colors of #1A2EAA
Black with #1A2EAA
Text Example
Text Example
White with #1A2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2EAA; }
p { color: rgb(26,46,170); }
H1.HeaderClassName
{
color: #1A2EAA;
}
.AnyTagClassName
{
color: #1A2EAA;
}
</style>
background-color css
<style>
a { background-color: #1A2EAA; }
a { background-color: rgb(26,46,170); }
div.DivClassName
{
background-color: #1A2EAA;
}
.BgClassName
{
background-color: #1A2EAA;
}
</style>
border-color css
<style>
span { border-color: #1A2EAA; }
span { border-color: rgb(26,46,170); }
td.TdClassName
{
border-color: #1A2EAA;
}
.TagClassName
{
border-color: #1A2EAA;
}
</style>