Shades of Egyptian Blue #1A2E88
Tints of Egyptian Blue #1A2E88
RGB
CMYK
RGB Variations
Color information
#1A2E88 (or 0x1A2E88) is known color: Egyptian Blue. HEX triplet: 1A, 2E and 88. RGB value is (26,46,136). Sum of RGB (Red+Green+Blue) = 26+46+136=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A2E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2E88 is #E5D177. Grayscale: #313131. Windows color (decimal): -15061368 or 8924698. OLE color: 8924698.
HSL color Cylindrical-coordinate representation of color #1A2E88: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2E88 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 46 | 136 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.47 |
| HSL | 229.09º | 0.68% | 0.32% | - |
| HSV(B) | 229.09º | 0.81% | 0.53% | - |
| XYZ | 5.85 | 3.95 | 23.75 | - |
| YUV | 50.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 136 | 0.81 | 0.66 | 0 | 0.47 | 229.09 | 0.68 | 0.32 |
| Hex | 1A | 2E | 88 | 51 | 42 | 0 | 2F | E5 | 44 | 20 |
| Octal | 32 | 56 | 210 | 121 | 102 | 0 | 57 | 345 | 104 | 40 |
| Binary | 11010 | 101110 | 10001000 | 1010001 | 1000010 | 0 | 101111 | 11100101 | 1000100 | 100000 |
Color Harmonies of #1A2E88
Complementary color
Monochromatic Colors of #1A2E88
Black with #1A2E88
Text Example
Text Example
White with #1A2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E88; }
p { color: rgb(26,46,136); }
H1.HeaderClassName
{
color: #1A2E88;
}
.AnyTagClassName
{
color: #1A2E88;
}
</style>
background-color css
<style>
a { background-color: #1A2E88; }
a { background-color: rgb(26,46,136); }
div.DivClassName
{
background-color: #1A2E88;
}
.BgClassName
{
background-color: #1A2E88;
}
</style>
border-color css
<style>
span { border-color: #1A2E88; }
span { border-color: rgb(26,46,136); }
td.TdClassName
{
border-color: #1A2E88;
}
.TagClassName
{
border-color: #1A2E88;
}
</style>