Shades of Egyptian Blue #26299B
Tints of Egyptian Blue #26299B
RGB
CMYK
RGB Variations
Color information
#26299B (or 0x26299B) is known color: Egyptian Blue. HEX triplet: 26, 29 and 9B. RGB value is (38,41,155). Sum of RGB (Red+Green+Blue) = 38+41+155=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #26299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26299B is #D9D664. Grayscale: #343434. Windows color (decimal): -14276197 or 10168614. OLE color: 10168614.
HSL color Cylindrical-coordinate representation of color #26299B: hue angle of 238.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26299B is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 41 | 155 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.39 |
| HSL | 238.46º | 0.61% | 0.38% | - |
| HSV(B) | 238.46º | 0.75% | 0.61% | - |
| XYZ | 7.51 | 4.36 | 31.46 | - |
| YUV | 53.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 155 | 0.75 | 0.74 | 0 | 0.39 | 238.46 | 0.61 | 0.38 |
| Hex | 26 | 29 | 9B | 4B | 4A | 0 | 27 | EE | 3D | 26 |
| Octal | 46 | 51 | 233 | 113 | 112 | 0 | 47 | 356 | 75 | 46 |
| Binary | 100110 | 101001 | 10011011 | 1001011 | 1001010 | 0 | 100111 | 11101110 | 111101 | 100110 |
Color Harmonies of #26299B
Complementary color
Monochromatic Colors of #26299B
Black with #26299B
Text Example
Text Example
White with #26299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26299B; }
p { color: rgb(38,41,155); }
H1.HeaderClassName
{
color: #26299B;
}
.AnyTagClassName
{
color: #26299B;
}
</style>
background-color css
<style>
a { background-color: #26299B; }
a { background-color: rgb(38,41,155); }
div.DivClassName
{
background-color: #26299B;
}
.BgClassName
{
background-color: #26299B;
}
</style>
border-color css
<style>
span { border-color: #26299B; }
span { border-color: rgb(38,41,155); }
td.TdClassName
{
border-color: #26299B;
}
.TagClassName
{
border-color: #26299B;
}
</style>