Shades of Egyptian Blue #1A4AAA
Tints of Egyptian Blue #1A4AAA
RGB
CMYK
RGB Variations
Color information
#1A4AAA (or 0x1A4AAA) is known color: Egyptian Blue. HEX triplet: 1A, 4A and AA. RGB value is (26,74,170). Sum of RGB (Red+Green+Blue) = 26+74+170=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4AAA is #E5B555. Grayscale: #464646. Windows color (decimal): -15054166 or 11160090. OLE color: 11160090.
HSL color Cylindrical-coordinate representation of color #1A4AAA: hue angle of 220º 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 #1A4AAA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 74 | 170 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.33 |
| HSL | 220º | 0.73% | 0.38% | - |
| HSV(B) | 220º | 0.85% | 0.67% | - |
| XYZ | 10.13 | 8.02 | 39.04 | - |
| YUV | 70.59 | 184.1 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 170 | 0.85 | 0.56 | 0 | 0.33 | 220 | 0.73 | 0.38 |
| Hex | 1A | 4A | AA | 55 | 38 | 0 | 21 | DC | 49 | 26 |
| Octal | 32 | 112 | 252 | 125 | 70 | 0 | 41 | 334 | 111 | 46 |
| Binary | 11010 | 1001010 | 10101010 | 1010101 | 111000 | 0 | 100001 | 11011100 | 1001001 | 100110 |
Color Harmonies of #1A4AAA
Complementary color
Monochromatic Colors of #1A4AAA
Black with #1A4AAA
Text Example
Text Example
White with #1A4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4AAA; }
p { color: rgb(26,74,170); }
H1.HeaderClassName
{
color: #1A4AAA;
}
.AnyTagClassName
{
color: #1A4AAA;
}
</style>
background-color css
<style>
a { background-color: #1A4AAA; }
a { background-color: rgb(26,74,170); }
div.DivClassName
{
background-color: #1A4AAA;
}
.BgClassName
{
background-color: #1A4AAA;
}
</style>
border-color css
<style>
span { border-color: #1A4AAA; }
span { border-color: rgb(26,74,170); }
td.TdClassName
{
border-color: #1A4AAA;
}
.TagClassName
{
border-color: #1A4AAA;
}
</style>