Shades of Egyptian Blue #25259D
Tints of Egyptian Blue #25259D
RGB
CMYK
RGB Variations
Color information
#25259D (or 0x25259D) is known color: Egyptian Blue. HEX triplet: 25, 25 and 9D. RGB value is (37,37,157). Sum of RGB (Red+Green+Blue) = 37+37+157=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #25259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25259D is #DADA62. Grayscale: #323232. Windows color (decimal): -14342755 or 10298661. OLE color: 10298661.
HSL color Cylindrical-coordinate representation of color #25259D: hue angle of 240º degrees, saturation: 0.62, 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 #25259D is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 37 | 157 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.38 |
| HSL | 240º | 0.62% | 0.38% | - |
| HSV(B) | 240º | 0.76% | 0.62% | - |
| XYZ | 7.51 | 4.15 | 32.3 | - |
| YUV | 50.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 157 | 0.76 | 0.76 | 0 | 0.38 | 240 | 0.62 | 0.38 |
| Hex | 25 | 25 | 9D | 4C | 4C | 0 | 26 | F0 | 3E | 26 |
| Octal | 45 | 45 | 235 | 114 | 114 | 0 | 46 | 360 | 76 | 46 |
| Binary | 100101 | 100101 | 10011101 | 1001100 | 1001100 | 0 | 100110 | 11110000 | 111110 | 100110 |
Color Harmonies of #25259D
Complementary color
Monochromatic Colors of #25259D
Black with #25259D
Text Example
Text Example
White with #25259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25259D; }
p { color: rgb(37,37,157); }
H1.HeaderClassName
{
color: #25259D;
}
.AnyTagClassName
{
color: #25259D;
}
</style>
background-color css
<style>
a { background-color: #25259D; }
a { background-color: rgb(37,37,157); }
div.DivClassName
{
background-color: #25259D;
}
.BgClassName
{
background-color: #25259D;
}
</style>
border-color css
<style>
span { border-color: #25259D; }
span { border-color: rgb(37,37,157); }
td.TdClassName
{
border-color: #25259D;
}
.TagClassName
{
border-color: #25259D;
}
</style>