Shades of Egyptian Blue #26299E
Tints of Egyptian Blue #26299E
RGB
CMYK
RGB Variations
Color information
#26299E (or 0x26299E) is known color: Egyptian Blue. HEX triplet: 26, 29 and 9E. RGB value is (38,41,158). Sum of RGB (Red+Green+Blue) = 38+41+158=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #26299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26299E is #D9D661. Grayscale: #343434. Windows color (decimal): -14276194 or 10365222. OLE color: 10365222.
HSL color Cylindrical-coordinate representation of color #26299E: hue angle of 238.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26299E is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 41 | 158 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.38 |
| HSL | 238.5º | 0.61% | 0.38% | - |
| HSV(B) | 238.5º | 0.76% | 0.62% | - |
| XYZ | 7.76 | 4.47 | 32.8 | - |
| YUV | 53.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 158 | 0.76 | 0.74 | 0 | 0.38 | 238.5 | 0.61 | 0.38 |
| Hex | 26 | 29 | 9E | 4C | 4A | 0 | 26 | EE | 3D | 26 |
| Octal | 46 | 51 | 236 | 114 | 112 | 0 | 46 | 356 | 75 | 46 |
| Binary | 100110 | 101001 | 10011110 | 1001100 | 1001010 | 0 | 100110 | 11101110 | 111101 | 100110 |
Color Harmonies of #26299E
Complementary color
Monochromatic Colors of #26299E
Black with #26299E
Text Example
Text Example
White with #26299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26299E; }
p { color: rgb(38,41,158); }
H1.HeaderClassName
{
color: #26299E;
}
.AnyTagClassName
{
color: #26299E;
}
</style>
background-color css
<style>
a { background-color: #26299E; }
a { background-color: rgb(38,41,158); }
div.DivClassName
{
background-color: #26299E;
}
.BgClassName
{
background-color: #26299E;
}
</style>
border-color css
<style>
span { border-color: #26299E; }
span { border-color: rgb(38,41,158); }
td.TdClassName
{
border-color: #26299E;
}
.TagClassName
{
border-color: #26299E;
}
</style>