Shades of Egyptian Blue #1A2E89
Tints of Egyptian Blue #1A2E89
RGB
CMYK
RGB Variations
Color information
#1A2E89 (or 0x1A2E89) is known color: Egyptian Blue. HEX triplet: 1A, 2E and 89. RGB value is (26,46,137). Sum of RGB (Red+Green+Blue) = 26+46+137=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A2E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2E89 is #E5D176. Grayscale: #323232. Windows color (decimal): -15061367 or 8990234. OLE color: 8990234.
HSL color Cylindrical-coordinate representation of color #1A2E89: hue angle of 229.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2E89 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 46 | 137 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.46 |
| HSL | 229.19º | 0.68% | 0.32% | - |
| HSV(B) | 229.19º | 0.81% | 0.54% | - |
| XYZ | 5.92 | 3.98 | 24.12 | - |
| YUV | 50.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 137 | 0.81 | 0.66 | 0 | 0.46 | 229.19 | 0.68 | 0.32 |
| Hex | 1A | 2E | 89 | 51 | 42 | 0 | 2E | E5 | 44 | 20 |
| Octal | 32 | 56 | 211 | 121 | 102 | 0 | 56 | 345 | 104 | 40 |
| Binary | 11010 | 101110 | 10001001 | 1010001 | 1000010 | 0 | 101110 | 11100101 | 1000100 | 100000 |
Color Harmonies of #1A2E89
Complementary color
Monochromatic Colors of #1A2E89
Black with #1A2E89
Text Example
Text Example
White with #1A2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E89; }
p { color: rgb(26,46,137); }
H1.HeaderClassName
{
color: #1A2E89;
}
.AnyTagClassName
{
color: #1A2E89;
}
</style>
background-color css
<style>
a { background-color: #1A2E89; }
a { background-color: rgb(26,46,137); }
div.DivClassName
{
background-color: #1A2E89;
}
.BgClassName
{
background-color: #1A2E89;
}
</style>
border-color css
<style>
span { border-color: #1A2E89; }
span { border-color: rgb(26,46,137); }
td.TdClassName
{
border-color: #1A2E89;
}
.TagClassName
{
border-color: #1A2E89;
}
</style>