Shades of Egyptian Blue #1A329E
Tints of Egyptian Blue #1A329E
RGB
CMYK
RGB Variations
Color information
#1A329E (or 0x1A329E) is known color: Egyptian Blue. HEX triplet: 1A, 32 and 9E. RGB value is (26,50,158). Sum of RGB (Red+Green+Blue) = 26+50+158=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A329E is #E5CD61. Grayscale: #363636. Windows color (decimal): -15060322 or 10367514. OLE color: 10367514.
HSL color Cylindrical-coordinate representation of color #1A329E: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A329E is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 50 | 158 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.38 |
| HSL | 229.09º | 0.72% | 0.36% | - |
| HSV(B) | 229.09º | 0.84% | 0.62% | - |
| XYZ | 7.74 | 4.97 | 32.9 | - |
| YUV | 55.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 158 | 0.84 | 0.68 | 0 | 0.38 | 229.09 | 0.72 | 0.36 |
| Hex | 1A | 32 | 9E | 54 | 44 | 0 | 26 | E5 | 48 | 24 |
| Octal | 32 | 62 | 236 | 124 | 104 | 0 | 46 | 345 | 110 | 44 |
| Binary | 11010 | 110010 | 10011110 | 1010100 | 1000100 | 0 | 100110 | 11100101 | 1001000 | 100100 |
Color Harmonies of #1A329E
Complementary color
Monochromatic Colors of #1A329E
Black with #1A329E
Text Example
Text Example
White with #1A329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A329E; }
p { color: rgb(26,50,158); }
H1.HeaderClassName
{
color: #1A329E;
}
.AnyTagClassName
{
color: #1A329E;
}
</style>
background-color css
<style>
a { background-color: #1A329E; }
a { background-color: rgb(26,50,158); }
div.DivClassName
{
background-color: #1A329E;
}
.BgClassName
{
background-color: #1A329E;
}
</style>
border-color css
<style>
span { border-color: #1A329E; }
span { border-color: rgb(26,50,158); }
td.TdClassName
{
border-color: #1A329E;
}
.TagClassName
{
border-color: #1A329E;
}
</style>