Shades of Egyptian Blue #1A26AE
Tints of Egyptian Blue #1A26AE
RGB
CMYK
RGB Variations
Color information
#1A26AE (or 0x1A26AE) is known color: Egyptian Blue. HEX triplet: 1A, 26 and AE. RGB value is (26,38,174). Sum of RGB (Red+Green+Blue) = 26+38+174=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A26AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A26AE is #E5D951. Grayscale: #313131. Windows color (decimal): -15063378 or 11413018. OLE color: 11413018.
HSL color Cylindrical-coordinate representation of color #1A26AE: hue angle of 235.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A26AE is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 38 | 174 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.32 |
| HSL | 235.14º | 0.74% | 0.39% | - |
| HSV(B) | 235.14º | 0.85% | 0.68% | - |
| XYZ | 8.76 | 4.66 | 40.48 | - |
| YUV | 49.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 174 | 0.85 | 0.78 | 0 | 0.32 | 235.14 | 0.74 | 0.39 |
| Hex | 1A | 26 | AE | 55 | 4E | 0 | 20 | EB | 4A | 27 |
| Octal | 32 | 46 | 256 | 125 | 116 | 0 | 40 | 353 | 112 | 47 |
| Binary | 11010 | 100110 | 10101110 | 1010101 | 1001110 | 0 | 100000 | 11101011 | 1001010 | 100111 |
Color Harmonies of #1A26AE
Complementary color
Monochromatic Colors of #1A26AE
Black with #1A26AE
Text Example
Text Example
White with #1A26AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A26AE; }
p { color: rgb(26,38,174); }
H1.HeaderClassName
{
color: #1A26AE;
}
.AnyTagClassName
{
color: #1A26AE;
}
</style>
background-color css
<style>
a { background-color: #1A26AE; }
a { background-color: rgb(26,38,174); }
div.DivClassName
{
background-color: #1A26AE;
}
.BgClassName
{
background-color: #1A26AE;
}
</style>
border-color css
<style>
span { border-color: #1A26AE; }
span { border-color: rgb(26,38,174); }
td.TdClassName
{
border-color: #1A26AE;
}
.TagClassName
{
border-color: #1A26AE;
}
</style>