Shades of Egyptian Blue #1A2AAA
Tints of Egyptian Blue #1A2AAA
RGB
CMYK
RGB Variations
Color information
#1A2AAA (or 0x1A2AAA) is known color: Egyptian Blue. HEX triplet: 1A, 2A and AA. RGB value is (26,42,170). Sum of RGB (Red+Green+Blue) = 26+42+170=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2AAA is #E5D555. Grayscale: #333333. Windows color (decimal): -15062358 or 11151898. OLE color: 11151898.
HSL color Cylindrical-coordinate representation of color #1A2AAA: hue angle of 233.33º 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 #1A2AAA is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 42 | 170 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.33 |
| HSL | 233.33º | 0.73% | 0.38% | - |
| HSV(B) | 233.33º | 0.85% | 0.67% | - |
| XYZ | 8.51 | 4.78 | 38.5 | - |
| YUV | 51.81 | 194.7 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 170 | 0.85 | 0.75 | 0 | 0.33 | 233.33 | 0.73 | 0.38 |
| Hex | 1A | 2A | AA | 55 | 4B | 0 | 21 | E9 | 49 | 26 |
| Octal | 32 | 52 | 252 | 125 | 113 | 0 | 41 | 351 | 111 | 46 |
| Binary | 11010 | 101010 | 10101010 | 1010101 | 1001011 | 0 | 100001 | 11101001 | 1001001 | 100110 |
Color Harmonies of #1A2AAA
Complementary color
Monochromatic Colors of #1A2AAA
Black with #1A2AAA
Text Example
Text Example
White with #1A2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2AAA; }
p { color: rgb(26,42,170); }
H1.HeaderClassName
{
color: #1A2AAA;
}
.AnyTagClassName
{
color: #1A2AAA;
}
</style>
background-color css
<style>
a { background-color: #1A2AAA; }
a { background-color: rgb(26,42,170); }
div.DivClassName
{
background-color: #1A2AAA;
}
.BgClassName
{
background-color: #1A2AAA;
}
</style>
border-color css
<style>
span { border-color: #1A2AAA; }
span { border-color: rgb(26,42,170); }
td.TdClassName
{
border-color: #1A2AAA;
}
.TagClassName
{
border-color: #1A2AAA;
}
</style>