Shades of Egyptian Blue #25259A
Tints of Egyptian Blue #25259A
RGB
CMYK
RGB Variations
Color information
#25259A (or 0x25259A) is known color: Egyptian Blue. HEX triplet: 25, 25 and 9A. RGB value is (37,37,154). Sum of RGB (Red+Green+Blue) = 37+37+154=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #25259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25259A is #DADA65. Grayscale: #313131. Windows color (decimal): -14342758 or 10102053. OLE color: 10102053.
HSL color Cylindrical-coordinate representation of color #25259A: hue angle of 240º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25259A is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 37 | 154 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.40 |
| HSL | 240º | 0.61% | 0.37% | - |
| HSV(B) | 240º | 0.76% | 0.6% | - |
| XYZ | 7.26 | 4.05 | 30.97 | - |
| YUV | 50.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 154 | 0.76 | 0.76 | 0 | 0.40 | 240 | 0.61 | 0.37 |
| Hex | 25 | 25 | 9A | 4C | 4C | 0 | 28 | F0 | 3D | 25 |
| Octal | 45 | 45 | 232 | 114 | 114 | 0 | 50 | 360 | 75 | 45 |
| Binary | 100101 | 100101 | 10011010 | 1001100 | 1001100 | 0 | 101000 | 11110000 | 111101 | 100101 |
Color Harmonies of #25259A
Complementary color
Monochromatic Colors of #25259A
Black with #25259A
Text Example
Text Example
White with #25259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25259A; }
p { color: rgb(37,37,154); }
H1.HeaderClassName
{
color: #25259A;
}
.AnyTagClassName
{
color: #25259A;
}
</style>
background-color css
<style>
a { background-color: #25259A; }
a { background-color: rgb(37,37,154); }
div.DivClassName
{
background-color: #25259A;
}
.BgClassName
{
background-color: #25259A;
}
</style>
border-color css
<style>
span { border-color: #25259A; }
span { border-color: rgb(37,37,154); }
td.TdClassName
{
border-color: #25259A;
}
.TagClassName
{
border-color: #25259A;
}
</style>