Shades of Egyptian Blue #1A2BAE
Tints of Egyptian Blue #1A2BAE
RGB
CMYK
RGB Variations
Color information
#1A2BAE (or 0x1A2BAE) is known color: Egyptian Blue. HEX triplet: 1A, 2B and AE. RGB value is (26,43,174). Sum of RGB (Red+Green+Blue) = 26+43+174=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2BAE is #E5D451. Grayscale: #343434. Windows color (decimal): -15062098 or 11414298. OLE color: 11414298.
HSL color Cylindrical-coordinate representation of color #1A2BAE: hue angle of 233.11º 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 #1A2BAE is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 43 | 174 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.32 |
| HSL | 233.11º | 0.74% | 0.39% | - |
| HSV(B) | 233.11º | 0.85% | 0.68% | - |
| XYZ | 8.93 | 5 | 40.54 | - |
| YUV | 52.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 174 | 0.85 | 0.75 | 0 | 0.32 | 233.11 | 0.74 | 0.39 |
| Hex | 1A | 2B | AE | 55 | 4B | 0 | 20 | E9 | 4A | 27 |
| Octal | 32 | 53 | 256 | 125 | 113 | 0 | 40 | 351 | 112 | 47 |
| Binary | 11010 | 101011 | 10101110 | 1010101 | 1001011 | 0 | 100000 | 11101001 | 1001010 | 100111 |
Color Harmonies of #1A2BAE
Complementary color
Monochromatic Colors of #1A2BAE
Black with #1A2BAE
Text Example
Text Example
White with #1A2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2BAE; }
p { color: rgb(26,43,174); }
H1.HeaderClassName
{
color: #1A2BAE;
}
.AnyTagClassName
{
color: #1A2BAE;
}
</style>
background-color css
<style>
a { background-color: #1A2BAE; }
a { background-color: rgb(26,43,174); }
div.DivClassName
{
background-color: #1A2BAE;
}
.BgClassName
{
background-color: #1A2BAE;
}
</style>
border-color css
<style>
span { border-color: #1A2BAE; }
span { border-color: rgb(26,43,174); }
td.TdClassName
{
border-color: #1A2BAE;
}
.TagClassName
{
border-color: #1A2BAE;
}
</style>