Shades of Egyptian Blue #1A219B
Tints of Egyptian Blue #1A219B
RGB
CMYK
RGB Variations
Color information
#1A219B (or 0x1A219B) is known color: Egyptian Blue. HEX triplet: 1A, 21 and 9B. RGB value is (26,33,155). Sum of RGB (Red+Green+Blue) = 26+33+155=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A219B is #E5DE64. Grayscale: #2C2C2C. Windows color (decimal): -15064677 or 10166554. OLE color: 10166554.
HSL color Cylindrical-coordinate representation of color #1A219B: hue angle of 236.74º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A219B is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 33 | 155 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.39 |
| HSL | 236.74º | 0.71% | 0.35% | - |
| HSV(B) | 236.74º | 0.83% | 0.61% | - |
| XYZ | 6.89 | 3.67 | 31.36 | - |
| YUV | 44.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 155 | 0.83 | 0.79 | 0 | 0.39 | 236.74 | 0.71 | 0.35 |
| Hex | 1A | 21 | 9B | 53 | 4F | 0 | 27 | ED | 47 | 23 |
| Octal | 32 | 41 | 233 | 123 | 117 | 0 | 47 | 355 | 107 | 43 |
| Binary | 11010 | 100001 | 10011011 | 1010011 | 1001111 | 0 | 100111 | 11101101 | 1000111 | 100011 |
Color Harmonies of #1A219B
Complementary color
Monochromatic Colors of #1A219B
Black with #1A219B
Text Example
Text Example
White with #1A219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A219B; }
p { color: rgb(26,33,155); }
H1.HeaderClassName
{
color: #1A219B;
}
.AnyTagClassName
{
color: #1A219B;
}
</style>
background-color css
<style>
a { background-color: #1A219B; }
a { background-color: rgb(26,33,155); }
div.DivClassName
{
background-color: #1A219B;
}
.BgClassName
{
background-color: #1A219B;
}
</style>
border-color css
<style>
span { border-color: #1A219B; }
span { border-color: rgb(26,33,155); }
td.TdClassName
{
border-color: #1A219B;
}
.TagClassName
{
border-color: #1A219B;
}
</style>