Shades of Egyptian Blue #1A27AA
Tints of Egyptian Blue #1A27AA
RGB
CMYK
RGB Variations
Color information
#1A27AA (or 0x1A27AA) is known color: Egyptian Blue. HEX triplet: 1A, 27 and AA. RGB value is (26,39,170). Sum of RGB (Red+Green+Blue) = 26+39+170=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A27AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A27AA is #E5D855. Grayscale: #313131. Windows color (decimal): -15063126 or 11151130. OLE color: 11151130.
HSL color Cylindrical-coordinate representation of color #1A27AA: hue angle of 234.58º 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 #1A27AA is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 39 | 170 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.33 |
| HSL | 234.58º | 0.73% | 0.38% | - |
| HSV(B) | 234.58º | 0.85% | 0.67% | - |
| XYZ | 8.41 | 4.57 | 38.47 | - |
| YUV | 50.05 | 195.69 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 170 | 0.85 | 0.77 | 0 | 0.33 | 234.58 | 0.73 | 0.38 |
| Hex | 1A | 27 | AA | 55 | 4D | 0 | 21 | EB | 49 | 26 |
| Octal | 32 | 47 | 252 | 125 | 115 | 0 | 41 | 353 | 111 | 46 |
| Binary | 11010 | 100111 | 10101010 | 1010101 | 1001101 | 0 | 100001 | 11101011 | 1001001 | 100110 |
Color Harmonies of #1A27AA
Complementary color
Monochromatic Colors of #1A27AA
Black with #1A27AA
Text Example
Text Example
White with #1A27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A27AA; }
p { color: rgb(26,39,170); }
H1.HeaderClassName
{
color: #1A27AA;
}
.AnyTagClassName
{
color: #1A27AA;
}
</style>
background-color css
<style>
a { background-color: #1A27AA; }
a { background-color: rgb(26,39,170); }
div.DivClassName
{
background-color: #1A27AA;
}
.BgClassName
{
background-color: #1A27AA;
}
</style>
border-color css
<style>
span { border-color: #1A27AA; }
span { border-color: rgb(26,39,170); }
td.TdClassName
{
border-color: #1A27AA;
}
.TagClassName
{
border-color: #1A27AA;
}
</style>