Shades of Egyptian Blue #25409F
Tints of Egyptian Blue #25409F
RGB
CMYK
RGB Variations
Color information
#25409F (or 0x25409F) is known color: Egyptian Blue. HEX triplet: 25, 40 and 9F. RGB value is (37,64,159). Sum of RGB (Red+Green+Blue) = 37+64+159=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #25409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25409F is #DABF60. Grayscale: #424242. Windows color (decimal): -14335841 or 10436645. OLE color: 10436645.
HSL color Cylindrical-coordinate representation of color #25409F: hue angle of 226.72º degrees, saturation: 0.62, 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 #25409F is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 64 | 159 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.38 |
| HSL | 226.72º | 0.62% | 0.38% | - |
| HSV(B) | 226.72º | 0.77% | 0.62% | - |
| XYZ | 8.85 | 6.56 | 33.6 | - |
| YUV | 66.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 159 | 0.77 | 0.60 | 0 | 0.38 | 226.72 | 0.62 | 0.38 |
| Hex | 25 | 40 | 9F | 4D | 3C | 0 | 26 | E3 | 3E | 26 |
| Octal | 45 | 100 | 237 | 115 | 74 | 0 | 46 | 343 | 76 | 46 |
| Binary | 100101 | 1000000 | 10011111 | 1001101 | 111100 | 0 | 100110 | 11100011 | 111110 | 100110 |
Color Harmonies of #25409F
Complementary color
Monochromatic Colors of #25409F
Black with #25409F
Text Example
Text Example
White with #25409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25409F; }
p { color: rgb(37,64,159); }
H1.HeaderClassName
{
color: #25409F;
}
.AnyTagClassName
{
color: #25409F;
}
</style>
background-color css
<style>
a { background-color: #25409F; }
a { background-color: rgb(37,64,159); }
div.DivClassName
{
background-color: #25409F;
}
.BgClassName
{
background-color: #25409F;
}
</style>
border-color css
<style>
span { border-color: #25409F; }
span { border-color: rgb(37,64,159); }
td.TdClassName
{
border-color: #25409F;
}
.TagClassName
{
border-color: #25409F;
}
</style>