Shades of Egyptian Blue #1A299B
Tints of Egyptian Blue #1A299B
RGB
CMYK
RGB Variations
Color information
#1A299B (or 0x1A299B) is known color: Egyptian Blue. HEX triplet: 1A, 29 and 9B. RGB value is (26,41,155). Sum of RGB (Red+Green+Blue) = 26+41+155=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A299B is #E5D664. Grayscale: #313131. Windows color (decimal): -15062629 or 10168602. OLE color: 10168602.
HSL color Cylindrical-coordinate representation of color #1A299B: hue angle of 233.02º 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 #1A299B is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 41 | 155 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.39 |
| HSL | 233.02º | 0.71% | 0.35% | - |
| HSV(B) | 233.02º | 0.83% | 0.61% | - |
| XYZ | 7.14 | 4.17 | 31.44 | - |
| YUV | 49.51 | 187.53 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 155 | 0.83 | 0.74 | 0 | 0.39 | 233.02 | 0.71 | 0.35 |
| Hex | 1A | 29 | 9B | 53 | 4A | 0 | 27 | E9 | 47 | 23 |
| Octal | 32 | 51 | 233 | 123 | 112 | 0 | 47 | 351 | 107 | 43 |
| Binary | 11010 | 101001 | 10011011 | 1010011 | 1001010 | 0 | 100111 | 11101001 | 1000111 | 100011 |
Color Harmonies of #1A299B
Complementary color
Monochromatic Colors of #1A299B
Black with #1A299B
Text Example
Text Example
White with #1A299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A299B; }
p { color: rgb(26,41,155); }
H1.HeaderClassName
{
color: #1A299B;
}
.AnyTagClassName
{
color: #1A299B;
}
</style>
background-color css
<style>
a { background-color: #1A299B; }
a { background-color: rgb(26,41,155); }
div.DivClassName
{
background-color: #1A299B;
}
.BgClassName
{
background-color: #1A299B;
}
</style>
border-color css
<style>
span { border-color: #1A299B; }
span { border-color: rgb(26,41,155); }
td.TdClassName
{
border-color: #1A299B;
}
.TagClassName
{
border-color: #1A299B;
}
</style>