Shades of Egyptian Blue #1A2CAE
Tints of Egyptian Blue #1A2CAE
RGB
CMYK
RGB Variations
Color information
#1A2CAE (or 0x1A2CAE) is known color: Egyptian Blue. HEX triplet: 1A, 2C and AE. RGB value is (26,44,174). Sum of RGB (Red+Green+Blue) = 26+44+174=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A2CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2CAE is #E5D351. Grayscale: #343434. Windows color (decimal): -15061842 or 11414554. OLE color: 11414554.
HSL color Cylindrical-coordinate representation of color #1A2CAE: hue angle of 232.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2CAE is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 44 | 174 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.32 |
| HSL | 232.7º | 0.74% | 0.39% | - |
| HSV(B) | 232.7º | 0.85% | 0.68% | - |
| XYZ | 8.97 | 5.08 | 40.55 | - |
| YUV | 53.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 174 | 0.85 | 0.75 | 0 | 0.32 | 232.7 | 0.74 | 0.39 |
| Hex | 1A | 2C | AE | 55 | 4B | 0 | 20 | E9 | 4A | 27 |
| Octal | 32 | 54 | 256 | 125 | 113 | 0 | 40 | 351 | 112 | 47 |
| Binary | 11010 | 101100 | 10101110 | 1010101 | 1001011 | 0 | 100000 | 11101001 | 1001010 | 100111 |
Color Harmonies of #1A2CAE
Complementary color
Monochromatic Colors of #1A2CAE
Black with #1A2CAE
Text Example
Text Example
White with #1A2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2CAE; }
p { color: rgb(26,44,174); }
H1.HeaderClassName
{
color: #1A2CAE;
}
.AnyTagClassName
{
color: #1A2CAE;
}
</style>
background-color css
<style>
a { background-color: #1A2CAE; }
a { background-color: rgb(26,44,174); }
div.DivClassName
{
background-color: #1A2CAE;
}
.BgClassName
{
background-color: #1A2CAE;
}
</style>
border-color css
<style>
span { border-color: #1A2CAE; }
span { border-color: rgb(26,44,174); }
td.TdClassName
{
border-color: #1A2CAE;
}
.TagClassName
{
border-color: #1A2CAE;
}
</style>