Shades of Egyptian Blue #25299B
Tints of Egyptian Blue #25299B
RGB
CMYK
RGB Variations
Color information
#25299B (or 0x25299B) is known color: Egyptian Blue. HEX triplet: 25, 29 and 9B. RGB value is (37,41,155). Sum of RGB (Red+Green+Blue) = 37+41+155=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #25299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25299B is #DAD664. Grayscale: #343434. Windows color (decimal): -14341733 or 10168613. OLE color: 10168613.
HSL color Cylindrical-coordinate representation of color #25299B: hue angle of 237.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25299B is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 41 | 155 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.39 |
| HSL | 237.97º | 0.61% | 0.38% | - |
| HSV(B) | 237.97º | 0.76% | 0.61% | - |
| XYZ | 7.47 | 4.35 | 31.46 | - |
| YUV | 52.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 155 | 0.76 | 0.74 | 0 | 0.39 | 237.97 | 0.61 | 0.38 |
| Hex | 25 | 29 | 9B | 4C | 4A | 0 | 27 | EE | 3D | 26 |
| Octal | 45 | 51 | 233 | 114 | 112 | 0 | 47 | 356 | 75 | 46 |
| Binary | 100101 | 101001 | 10011011 | 1001100 | 1001010 | 0 | 100111 | 11101110 | 111101 | 100110 |
Color Harmonies of #25299B
Complementary color
Monochromatic Colors of #25299B
Black with #25299B
Text Example
Text Example
White with #25299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25299B; }
p { color: rgb(37,41,155); }
H1.HeaderClassName
{
color: #25299B;
}
.AnyTagClassName
{
color: #25299B;
}
</style>
background-color css
<style>
a { background-color: #25299B; }
a { background-color: rgb(37,41,155); }
div.DivClassName
{
background-color: #25299B;
}
.BgClassName
{
background-color: #25299B;
}
</style>
border-color css
<style>
span { border-color: #25299B; }
span { border-color: rgb(37,41,155); }
td.TdClassName
{
border-color: #25299B;
}
.TagClassName
{
border-color: #25299B;
}
</style>