Shades of Egyptian Blue #1A2AA4
Tints of Egyptian Blue #1A2AA4
RGB
CMYK
RGB Variations
Color information
#1A2AA4 (or 0x1A2AA4) is known color: Egyptian Blue. HEX triplet: 1A, 2A and A4. RGB value is (26,42,164). Sum of RGB (Red+Green+Blue) = 26+42+164=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 164 (64.45% from 255 or 70.69% from 232); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A2AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2AA4 is #E5D55B. Grayscale: #323232. Windows color (decimal): -15062364 or 10758682. OLE color: 10758682.
HSL color Cylindrical-coordinate representation of color #1A2AA4: hue angle of 233.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A2AA4 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 42 | 164 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.36 |
| HSL | 233.04º | 0.73% | 0.37% | - |
| HSV(B) | 233.04º | 0.84% | 0.64% | - |
| XYZ | 7.95 | 4.56 | 35.58 | - |
| YUV | 51.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 164 | 0.84 | 0.74 | 0 | 0.36 | 233.04 | 0.73 | 0.37 |
| Hex | 1A | 2A | A4 | 54 | 4A | 0 | 24 | E9 | 49 | 25 |
| Octal | 32 | 52 | 244 | 124 | 112 | 0 | 44 | 351 | 111 | 45 |
| Binary | 11010 | 101010 | 10100100 | 1010100 | 1001010 | 0 | 100100 | 11101001 | 1001001 | 100101 |
Color Harmonies of #1A2AA4
Complementary color
Monochromatic Colors of #1A2AA4
Black with #1A2AA4
Text Example
Text Example
White with #1A2AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2AA4; }
p { color: rgb(26,42,164); }
H1.HeaderClassName
{
color: #1A2AA4;
}
.AnyTagClassName
{
color: #1A2AA4;
}
</style>
background-color css
<style>
a { background-color: #1A2AA4; }
a { background-color: rgb(26,42,164); }
div.DivClassName
{
background-color: #1A2AA4;
}
.BgClassName
{
background-color: #1A2AA4;
}
</style>
border-color css
<style>
span { border-color: #1A2AA4; }
span { border-color: rgb(26,42,164); }
td.TdClassName
{
border-color: #1A2AA4;
}
.TagClassName
{
border-color: #1A2AA4;
}
</style>