Shades of Egyptian Blue #25249F
Tints of Egyptian Blue #25249F
RGB
CMYK
RGB Variations
Color information
#25249F (or 0x25249F) is known color: Egyptian Blue. HEX triplet: 25, 24 and 9F. RGB value is (37,36,159). Sum of RGB (Red+Green+Blue) = 37+36+159=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #25249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25249F is #DADB60. Grayscale: #313131. Windows color (decimal): -14343009 or 10429477. OLE color: 10429477.
HSL color Cylindrical-coordinate representation of color #25249F: hue angle of 240.49º degrees, saturation: 0.63, 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 #25249F is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 36 | 159 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.38 |
| HSL | 240.49º | 0.63% | 0.38% | - |
| HSV(B) | 240.49º | 0.77% | 0.62% | - |
| XYZ | 7.65 | 4.16 | 33.2 | - |
| YUV | 50.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 159 | 0.77 | 0.77 | 0 | 0.38 | 240.49 | 0.63 | 0.38 |
| Hex | 25 | 24 | 9F | 4D | 4D | 0 | 26 | F0 | 3F | 26 |
| Octal | 45 | 44 | 237 | 115 | 115 | 0 | 46 | 360 | 77 | 46 |
| Binary | 100101 | 100100 | 10011111 | 1001101 | 1001101 | 0 | 100110 | 11110000 | 111111 | 100110 |
Color Harmonies of #25249F
Complementary color
Monochromatic Colors of #25249F
Black with #25249F
Text Example
Text Example
White with #25249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25249F; }
p { color: rgb(37,36,159); }
H1.HeaderClassName
{
color: #25249F;
}
.AnyTagClassName
{
color: #25249F;
}
</style>
background-color css
<style>
a { background-color: #25249F; }
a { background-color: rgb(37,36,159); }
div.DivClassName
{
background-color: #25249F;
}
.BgClassName
{
background-color: #25249F;
}
</style>
border-color css
<style>
span { border-color: #25249F; }
span { border-color: rgb(37,36,159); }
td.TdClassName
{
border-color: #25249F;
}
.TagClassName
{
border-color: #25249F;
}
</style>