Shades of Egyptian Blue #25409D
Tints of Egyptian Blue #25409D
RGB
CMYK
RGB Variations
Color information
#25409D (or 0x25409D) is known color: Egyptian Blue. HEX triplet: 25, 40 and 9D. RGB value is (37,64,157). Sum of RGB (Red+Green+Blue) = 37+64+157=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #25409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25409D is #DABF62. Grayscale: #424242. Windows color (decimal): -14335843 or 10305573. OLE color: 10305573.
HSL color Cylindrical-coordinate representation of color #25409D: hue angle of 226.5º 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 #25409D is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 64 | 157 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.38 |
| HSL | 226.5º | 0.62% | 0.38% | - |
| HSV(B) | 226.5º | 0.76% | 0.62% | - |
| XYZ | 8.68 | 6.49 | 32.69 | - |
| YUV | 66.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 157 | 0.76 | 0.59 | 0 | 0.38 | 226.5 | 0.62 | 0.38 |
| Hex | 25 | 40 | 9D | 4C | 3B | 0 | 26 | E2 | 3E | 26 |
| Octal | 45 | 100 | 235 | 114 | 73 | 0 | 46 | 342 | 76 | 46 |
| Binary | 100101 | 1000000 | 10011101 | 1001100 | 111011 | 0 | 100110 | 11100010 | 111110 | 100110 |
Color Harmonies of #25409D
Complementary color
Monochromatic Colors of #25409D
Black with #25409D
Text Example
Text Example
White with #25409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25409D; }
p { color: rgb(37,64,157); }
H1.HeaderClassName
{
color: #25409D;
}
.AnyTagClassName
{
color: #25409D;
}
</style>
background-color css
<style>
a { background-color: #25409D; }
a { background-color: rgb(37,64,157); }
div.DivClassName
{
background-color: #25409D;
}
.BgClassName
{
background-color: #25409D;
}
</style>
border-color css
<style>
span { border-color: #25409D; }
span { border-color: rgb(37,64,157); }
td.TdClassName
{
border-color: #25409D;
}
.TagClassName
{
border-color: #25409D;
}
</style>