Shades of Egyptian Blue #1A2E8D
Tints of Egyptian Blue #1A2E8D
RGB
CMYK
RGB Variations
Color information
#1A2E8D (or 0x1A2E8D) is known color: Egyptian Blue. HEX triplet: 1A, 2E and 8D. RGB value is (26,46,141). Sum of RGB (Red+Green+Blue) = 26+46+141=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A2E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2E8D is #E5D172. Grayscale: #323232. Windows color (decimal): -15061363 or 9252378. OLE color: 9252378.
HSL color Cylindrical-coordinate representation of color #1A2E8D: hue angle of 229.57º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2E8D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 46 | 141 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.45 |
| HSL | 229.57º | 0.69% | 0.33% | - |
| HSV(B) | 229.57º | 0.82% | 0.55% | - |
| XYZ | 6.21 | 4.1 | 25.66 | - |
| YUV | 50.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 141 | 0.82 | 0.67 | 0 | 0.45 | 229.57 | 0.69 | 0.33 |
| Hex | 1A | 2E | 8D | 52 | 43 | 0 | 2D | E6 | 45 | 21 |
| Octal | 32 | 56 | 215 | 122 | 103 | 0 | 55 | 346 | 105 | 41 |
| Binary | 11010 | 101110 | 10001101 | 1010010 | 1000011 | 0 | 101101 | 11100110 | 1000101 | 100001 |
Color Harmonies of #1A2E8D
Complementary color
Monochromatic Colors of #1A2E8D
Black with #1A2E8D
Text Example
Text Example
White with #1A2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E8D; }
p { color: rgb(26,46,141); }
H1.HeaderClassName
{
color: #1A2E8D;
}
.AnyTagClassName
{
color: #1A2E8D;
}
</style>
background-color css
<style>
a { background-color: #1A2E8D; }
a { background-color: rgb(26,46,141); }
div.DivClassName
{
background-color: #1A2E8D;
}
.BgClassName
{
background-color: #1A2E8D;
}
</style>
border-color css
<style>
span { border-color: #1A2E8D; }
span { border-color: rgb(26,46,141); }
td.TdClassName
{
border-color: #1A2E8D;
}
.TagClassName
{
border-color: #1A2E8D;
}
</style>