Shades of Egyptian Blue #1A2FA9
Tints of Egyptian Blue #1A2FA9
RGB
CMYK
RGB Variations
Color information
#1A2FA9 (or 0x1A2FA9) is known color: Egyptian Blue. HEX triplet: 1A, 2F and A9. RGB value is (26,47,169). Sum of RGB (Red+Green+Blue) = 26+47+169=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #1A2FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2FA9 is #E5D056. Grayscale: #363636. Windows color (decimal): -15061079 or 11087642. OLE color: 11087642.
HSL color Cylindrical-coordinate representation of color #1A2FA9: hue angle of 231.19º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2FA9 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 47 | 169 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.34 |
| HSL | 231.19º | 0.73% | 0.38% | - |
| HSV(B) | 231.19º | 0.85% | 0.66% | - |
| XYZ | 8.6 | 5.12 | 38.07 | - |
| YUV | 54.63 | 192.54 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 169 | 0.85 | 0.72 | 0 | 0.34 | 231.19 | 0.73 | 0.38 |
| Hex | 1A | 2F | A9 | 55 | 48 | 0 | 22 | E7 | 49 | 26 |
| Octal | 32 | 57 | 251 | 125 | 110 | 0 | 42 | 347 | 111 | 46 |
| Binary | 11010 | 101111 | 10101001 | 1010101 | 1001000 | 0 | 100010 | 11100111 | 1001001 | 100110 |
Color Harmonies of #1A2FA9
Complementary color
Monochromatic Colors of #1A2FA9
Black with #1A2FA9
Text Example
Text Example
White with #1A2FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FA9; }
p { color: rgb(26,47,169); }
H1.HeaderClassName
{
color: #1A2FA9;
}
.AnyTagClassName
{
color: #1A2FA9;
}
</style>
background-color css
<style>
a { background-color: #1A2FA9; }
a { background-color: rgb(26,47,169); }
div.DivClassName
{
background-color: #1A2FA9;
}
.BgClassName
{
background-color: #1A2FA9;
}
</style>
border-color css
<style>
span { border-color: #1A2FA9; }
span { border-color: rgb(26,47,169); }
td.TdClassName
{
border-color: #1A2FA9;
}
.TagClassName
{
border-color: #1A2FA9;
}
</style>