Shades of Egyptian Blue #1A1DAE
Tints of Egyptian Blue #1A1DAE
RGB
CMYK
RGB Variations
Color information
#1A1DAE (or 0x1A1DAE) is known color: Egyptian Blue. HEX triplet: 1A, 1D and AE. RGB value is (26,29,174). Sum of RGB (Red+Green+Blue) = 26+29+174=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 174 (68.36% from 255 or 75.98% from 229); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A1DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1DAE is #E5E251. Grayscale: #2C2C2C. Windows color (decimal): -15065682 or 11410714. OLE color: 11410714.
HSL color Cylindrical-coordinate representation of color #1A1DAE: hue angle of 238.78º 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 #1A1DAE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 29 | 174 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.32 |
| HSL | 238.78º | 0.74% | 0.39% | - |
| HSV(B) | 238.78º | 0.85% | 0.68% | - |
| XYZ | 8.51 | 4.15 | 40.4 | - |
| YUV | 44.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 174 | 0.85 | 0.83 | 0 | 0.32 | 238.78 | 0.74 | 0.39 |
| Hex | 1A | 1D | AE | 55 | 53 | 0 | 20 | EF | 4A | 27 |
| Octal | 32 | 35 | 256 | 125 | 123 | 0 | 40 | 357 | 112 | 47 |
| Binary | 11010 | 11101 | 10101110 | 1010101 | 1010011 | 0 | 100000 | 11101111 | 1001010 | 100111 |
Color Harmonies of #1A1DAE
Complementary color
Monochromatic Colors of #1A1DAE
Black with #1A1DAE
Text Example
Text Example
White with #1A1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1DAE; }
p { color: rgb(26,29,174); }
H1.HeaderClassName
{
color: #1A1DAE;
}
.AnyTagClassName
{
color: #1A1DAE;
}
</style>
background-color css
<style>
a { background-color: #1A1DAE; }
a { background-color: rgb(26,29,174); }
div.DivClassName
{
background-color: #1A1DAE;
}
.BgClassName
{
background-color: #1A1DAE;
}
</style>
border-color css
<style>
span { border-color: #1A1DAE; }
span { border-color: rgb(26,29,174); }
td.TdClassName
{
border-color: #1A1DAE;
}
.TagClassName
{
border-color: #1A1DAE;
}
</style>