Shades of Egyptian Blue #1A229B
Tints of Egyptian Blue #1A229B
RGB
CMYK
RGB Variations
Color information
#1A229B (or 0x1A229B) is known color: Egyptian Blue. HEX triplet: 1A, 22 and 9B. RGB value is (26,34,155). Sum of RGB (Red+Green+Blue) = 26+34+155=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A229B is #E5DD64. Grayscale: #2C2C2C. Windows color (decimal): -15064421 or 10166810. OLE color: 10166810.
HSL color Cylindrical-coordinate representation of color #1A229B: hue angle of 236.28º 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 #1A229B is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 34 | 155 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.39 |
| HSL | 236.28º | 0.71% | 0.35% | - |
| HSV(B) | 236.28º | 0.83% | 0.61% | - |
| XYZ | 6.91 | 3.73 | 31.37 | - |
| YUV | 45.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 155 | 0.83 | 0.78 | 0 | 0.39 | 236.28 | 0.71 | 0.35 |
| Hex | 1A | 22 | 9B | 53 | 4E | 0 | 27 | EC | 47 | 23 |
| Octal | 32 | 42 | 233 | 123 | 116 | 0 | 47 | 354 | 107 | 43 |
| Binary | 11010 | 100010 | 10011011 | 1010011 | 1001110 | 0 | 100111 | 11101100 | 1000111 | 100011 |
Color Harmonies of #1A229B
Complementary color
Monochromatic Colors of #1A229B
Black with #1A229B
Text Example
Text Example
White with #1A229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A229B; }
p { color: rgb(26,34,155); }
H1.HeaderClassName
{
color: #1A229B;
}
.AnyTagClassName
{
color: #1A229B;
}
</style>
background-color css
<style>
a { background-color: #1A229B; }
a { background-color: rgb(26,34,155); }
div.DivClassName
{
background-color: #1A229B;
}
.BgClassName
{
background-color: #1A229B;
}
</style>
border-color css
<style>
span { border-color: #1A229B; }
span { border-color: rgb(26,34,155); }
td.TdClassName
{
border-color: #1A229B;
}
.TagClassName
{
border-color: #1A229B;
}
</style>