Shades of Egyptian Blue #1A1FA9
Tints of Egyptian Blue #1A1FA9
RGB
CMYK
RGB Variations
Color information
#1A1FA9 (or 0x1A1FA9) is known color: Egyptian Blue. HEX triplet: 1A, 1F and A9. RGB value is (26,31,169). Sum of RGB (Red+Green+Blue) = 26+31+169=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 169 (66.41% from 255 or 74.78% from 226); Max value from RGB is 169 - color contains mainly: blue. Hex color #1A1FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1FA9 is #E5E056. Grayscale: #2C2C2C. Windows color (decimal): -15065175 or 11083546. OLE color: 11083546.
HSL color Cylindrical-coordinate representation of color #1A1FA9: hue angle of 237.9º 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 #1A1FA9 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 31 | 169 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.34 |
| HSL | 237.9º | 0.73% | 0.38% | - |
| HSV(B) | 237.9º | 0.85% | 0.66% | - |
| XYZ | 8.08 | 4.06 | 37.89 | - |
| YUV | 45.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 169 | 0.85 | 0.82 | 0 | 0.34 | 237.9 | 0.73 | 0.38 |
| Hex | 1A | 1F | A9 | 55 | 52 | 0 | 22 | EE | 49 | 26 |
| Octal | 32 | 37 | 251 | 125 | 122 | 0 | 42 | 356 | 111 | 46 |
| Binary | 11010 | 11111 | 10101001 | 1010101 | 1010010 | 0 | 100010 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1FA9
Complementary color
Monochromatic Colors of #1A1FA9
Black with #1A1FA9
Text Example
Text Example
White with #1A1FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FA9; }
p { color: rgb(26,31,169); }
H1.HeaderClassName
{
color: #1A1FA9;
}
.AnyTagClassName
{
color: #1A1FA9;
}
</style>
background-color css
<style>
a { background-color: #1A1FA9; }
a { background-color: rgb(26,31,169); }
div.DivClassName
{
background-color: #1A1FA9;
}
.BgClassName
{
background-color: #1A1FA9;
}
</style>
border-color css
<style>
span { border-color: #1A1FA9; }
span { border-color: rgb(26,31,169); }
td.TdClassName
{
border-color: #1A1FA9;
}
.TagClassName
{
border-color: #1A1FA9;
}
</style>