Shades of Egyptian Blue #1A1FA8
Tints of Egyptian Blue #1A1FA8
RGB
CMYK
RGB Variations
Color information
#1A1FA8 (or 0x1A1FA8) is known color: Egyptian Blue. HEX triplet: 1A, 1F and A8. RGB value is (26,31,168). Sum of RGB (Red+Green+Blue) = 26+31+168=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 168 (66.02% from 255 or 74.67% from 225); Max value from RGB is 168 - color contains mainly: blue. Hex color #1A1FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1FA8 is #E5E057. Grayscale: #2C2C2C. Windows color (decimal): -15065176 or 11018010. OLE color: 11018010.
HSL color Cylindrical-coordinate representation of color #1A1FA8: hue angle of 237.89º 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 #1A1FA8 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 31 | 168 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.34 |
| HSL | 237.89º | 0.73% | 0.38% | - |
| HSV(B) | 237.89º | 0.85% | 0.66% | - |
| XYZ | 7.98 | 4.03 | 37.4 | - |
| YUV | 45.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 168 | 0.85 | 0.82 | 0 | 0.34 | 237.89 | 0.73 | 0.38 |
| Hex | 1A | 1F | A8 | 55 | 52 | 0 | 22 | EE | 49 | 26 |
| Octal | 32 | 37 | 250 | 125 | 122 | 0 | 42 | 356 | 111 | 46 |
| Binary | 11010 | 11111 | 10101000 | 1010101 | 1010010 | 0 | 100010 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1FA8
Complementary color
Monochromatic Colors of #1A1FA8
Black with #1A1FA8
Text Example
Text Example
White with #1A1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FA8; }
p { color: rgb(26,31,168); }
H1.HeaderClassName
{
color: #1A1FA8;
}
.AnyTagClassName
{
color: #1A1FA8;
}
</style>
background-color css
<style>
a { background-color: #1A1FA8; }
a { background-color: rgb(26,31,168); }
div.DivClassName
{
background-color: #1A1FA8;
}
.BgClassName
{
background-color: #1A1FA8;
}
</style>
border-color css
<style>
span { border-color: #1A1FA8; }
span { border-color: rgb(26,31,168); }
td.TdClassName
{
border-color: #1A1FA8;
}
.TagClassName
{
border-color: #1A1FA8;
}
</style>