Shades of Egyptian Blue #25299E
Tints of Egyptian Blue #25299E
RGB
CMYK
RGB Variations
Color information
#25299E (or 0x25299E) is known color: Egyptian Blue. HEX triplet: 25, 29 and 9E. RGB value is (37,41,158). Sum of RGB (Red+Green+Blue) = 37+41+158=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #25299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25299E is #DAD661. Grayscale: #343434. Windows color (decimal): -14341730 or 10365221. OLE color: 10365221.
HSL color Cylindrical-coordinate representation of color #25299E: hue angle of 238.02º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25299E is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 41 | 158 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.38 |
| HSL | 238.02º | 0.62% | 0.38% | - |
| HSV(B) | 238.02º | 0.77% | 0.62% | - |
| XYZ | 7.73 | 4.45 | 32.8 | - |
| YUV | 53.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 158 | 0.77 | 0.74 | 0 | 0.38 | 238.02 | 0.62 | 0.38 |
| Hex | 25 | 29 | 9E | 4D | 4A | 0 | 26 | EE | 3E | 26 |
| Octal | 45 | 51 | 236 | 115 | 112 | 0 | 46 | 356 | 76 | 46 |
| Binary | 100101 | 101001 | 10011110 | 1001101 | 1001010 | 0 | 100110 | 11101110 | 111110 | 100110 |
Color Harmonies of #25299E
Complementary color
Monochromatic Colors of #25299E
Black with #25299E
Text Example
Text Example
White with #25299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25299E; }
p { color: rgb(37,41,158); }
H1.HeaderClassName
{
color: #25299E;
}
.AnyTagClassName
{
color: #25299E;
}
</style>
background-color css
<style>
a { background-color: #25299E; }
a { background-color: rgb(37,41,158); }
div.DivClassName
{
background-color: #25299E;
}
.BgClassName
{
background-color: #25299E;
}
</style>
border-color css
<style>
span { border-color: #25299E; }
span { border-color: rgb(37,41,158); }
td.TdClassName
{
border-color: #25299E;
}
.TagClassName
{
border-color: #25299E;
}
</style>