Shades of Egyptian Blue #1A1FA7
Tints of Egyptian Blue #1A1FA7
RGB
CMYK
RGB Variations
Color information
#1A1FA7 (or 0x1A1FA7) is known color: Egyptian Blue. HEX triplet: 1A, 1F and A7. RGB value is (26,31,167). Sum of RGB (Red+Green+Blue) = 26+31+167=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 167 (65.62% from 255 or 74.55% from 224); Max value from RGB is 167 - color contains mainly: blue. Hex color #1A1FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1FA7 is #E5E058. Grayscale: #2C2C2C. Windows color (decimal): -15065177 or 10952474. OLE color: 10952474.
HSL color Cylindrical-coordinate representation of color #1A1FA7: hue angle of 237.87º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1FA7 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 31 | 167 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.35 |
| HSL | 237.87º | 0.73% | 0.38% | - |
| HSV(B) | 237.87º | 0.84% | 0.65% | - |
| XYZ | 7.89 | 3.99 | 36.91 | - |
| YUV | 45.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 167 | 0.84 | 0.81 | 0 | 0.35 | 237.87 | 0.73 | 0.38 |
| Hex | 1A | 1F | A7 | 54 | 51 | 0 | 23 | EE | 49 | 26 |
| Octal | 32 | 37 | 247 | 124 | 121 | 0 | 43 | 356 | 111 | 46 |
| Binary | 11010 | 11111 | 10100111 | 1010100 | 1010001 | 0 | 100011 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1FA7
Complementary color
Monochromatic Colors of #1A1FA7
Black with #1A1FA7
Text Example
Text Example
White with #1A1FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FA7; }
p { color: rgb(26,31,167); }
H1.HeaderClassName
{
color: #1A1FA7;
}
.AnyTagClassName
{
color: #1A1FA7;
}
</style>
background-color css
<style>
a { background-color: #1A1FA7; }
a { background-color: rgb(26,31,167); }
div.DivClassName
{
background-color: #1A1FA7;
}
.BgClassName
{
background-color: #1A1FA7;
}
</style>
border-color css
<style>
span { border-color: #1A1FA7; }
span { border-color: rgb(26,31,167); }
td.TdClassName
{
border-color: #1A1FA7;
}
.TagClassName
{
border-color: #1A1FA7;
}
</style>