Shades of Egyptian Blue #1A1FAA
Tints of Egyptian Blue #1A1FAA
RGB
CMYK
RGB Variations
Color information
#1A1FAA (or 0x1A1FAA) is known color: Egyptian Blue. HEX triplet: 1A, 1F and AA. RGB value is (26,31,170). Sum of RGB (Red+Green+Blue) = 26+31+170=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A1FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1FAA is #E5E055. Grayscale: #2C2C2C. Windows color (decimal): -15065174 or 11149082. OLE color: 11149082.
HSL color Cylindrical-coordinate representation of color #1A1FAA: hue angle of 237.92º 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 #1A1FAA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 31 | 170 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.33 |
| HSL | 237.92º | 0.73% | 0.38% | - |
| HSV(B) | 237.92º | 0.85% | 0.67% | - |
| XYZ | 8.17 | 4.1 | 38.39 | - |
| YUV | 45.35 | 198.34 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 170 | 0.85 | 0.82 | 0 | 0.33 | 237.92 | 0.73 | 0.38 |
| Hex | 1A | 1F | AA | 55 | 52 | 0 | 21 | EE | 49 | 26 |
| Octal | 32 | 37 | 252 | 125 | 122 | 0 | 41 | 356 | 111 | 46 |
| Binary | 11010 | 11111 | 10101010 | 1010101 | 1010010 | 0 | 100001 | 11101110 | 1001001 | 100110 |
Color Harmonies of #1A1FAA
Complementary color
Monochromatic Colors of #1A1FAA
Black with #1A1FAA
Text Example
Text Example
White with #1A1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FAA; }
p { color: rgb(26,31,170); }
H1.HeaderClassName
{
color: #1A1FAA;
}
.AnyTagClassName
{
color: #1A1FAA;
}
</style>
background-color css
<style>
a { background-color: #1A1FAA; }
a { background-color: rgb(26,31,170); }
div.DivClassName
{
background-color: #1A1FAA;
}
.BgClassName
{
background-color: #1A1FAA;
}
</style>
border-color css
<style>
span { border-color: #1A1FAA; }
span { border-color: rgb(26,31,170); }
td.TdClassName
{
border-color: #1A1FAA;
}
.TagClassName
{
border-color: #1A1FAA;
}
</style>