Shades of Egyptian Blue #1A2DAD
Tints of Egyptian Blue #1A2DAD
RGB
CMYK
RGB Variations
Color information
#1A2DAD (or 0x1A2DAD) is known color: Egyptian Blue. HEX triplet: 1A, 2D and AD. RGB value is (26,45,173). Sum of RGB (Red+Green+Blue) = 26+45+173=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2DAD is #E5D252. Grayscale: #353535. Windows color (decimal): -15061587 or 11349274. OLE color: 11349274.
HSL color Cylindrical-coordinate representation of color #1A2DAD: hue angle of 232.24º 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 #1A2DAD is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 45 | 173 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.32 |
| HSL | 232.24º | 0.74% | 0.39% | - |
| HSV(B) | 232.24º | 0.85% | 0.68% | - |
| XYZ | 8.91 | 5.11 | 40.05 | - |
| YUV | 53.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 173 | 0.85 | 0.74 | 0 | 0.32 | 232.24 | 0.74 | 0.39 |
| Hex | 1A | 2D | AD | 55 | 4A | 0 | 20 | E8 | 4A | 27 |
| Octal | 32 | 55 | 255 | 125 | 112 | 0 | 40 | 350 | 112 | 47 |
| Binary | 11010 | 101101 | 10101101 | 1010101 | 1001010 | 0 | 100000 | 11101000 | 1001010 | 100111 |
Color Harmonies of #1A2DAD
Complementary color
Monochromatic Colors of #1A2DAD
Black with #1A2DAD
Text Example
Text Example
White with #1A2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2DAD; }
p { color: rgb(26,45,173); }
H1.HeaderClassName
{
color: #1A2DAD;
}
.AnyTagClassName
{
color: #1A2DAD;
}
</style>
background-color css
<style>
a { background-color: #1A2DAD; }
a { background-color: rgb(26,45,173); }
div.DivClassName
{
background-color: #1A2DAD;
}
.BgClassName
{
background-color: #1A2DAD;
}
</style>
border-color css
<style>
span { border-color: #1A2DAD; }
span { border-color: rgb(26,45,173); }
td.TdClassName
{
border-color: #1A2DAD;
}
.TagClassName
{
border-color: #1A2DAD;
}
</style>