Shades of Egyptian Blue #25459D
Tints of Egyptian Blue #25459D
RGB
CMYK
RGB Variations
Color information
#25459D (or 0x25459D) is known color: Egyptian Blue. HEX triplet: 25, 45 and 9D. RGB value is (37,69,157). Sum of RGB (Red+Green+Blue) = 37+69+157=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #25459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25459D is #DABA62. Grayscale: #454545. Windows color (decimal): -14334563 or 10306853. OLE color: 10306853.
HSL color Cylindrical-coordinate representation of color #25459D: hue angle of 224º 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 #25459D is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 69 | 157 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.38 |
| HSL | 224º | 0.62% | 0.38% | - |
| HSV(B) | 224º | 0.76% | 0.62% | - |
| XYZ | 8.98 | 7.08 | 32.79 | - |
| YUV | 69.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 157 | 0.76 | 0.56 | 0 | 0.38 | 224 | 0.62 | 0.38 |
| Hex | 25 | 45 | 9D | 4C | 38 | 0 | 26 | E0 | 3E | 26 |
| Octal | 45 | 105 | 235 | 114 | 70 | 0 | 46 | 340 | 76 | 46 |
| Binary | 100101 | 1000101 | 10011101 | 1001100 | 111000 | 0 | 100110 | 11100000 | 111110 | 100110 |
Color Harmonies of #25459D
Complementary color
Monochromatic Colors of #25459D
Black with #25459D
Text Example
Text Example
White with #25459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25459D; }
p { color: rgb(37,69,157); }
H1.HeaderClassName
{
color: #25459D;
}
.AnyTagClassName
{
color: #25459D;
}
</style>
background-color css
<style>
a { background-color: #25459D; }
a { background-color: rgb(37,69,157); }
div.DivClassName
{
background-color: #25459D;
}
.BgClassName
{
background-color: #25459D;
}
</style>
border-color css
<style>
span { border-color: #25459D; }
span { border-color: rgb(37,69,157); }
td.TdClassName
{
border-color: #25459D;
}
.TagClassName
{
border-color: #25459D;
}
</style>