Shades of Egyptian Blue #25409C
Tints of Egyptian Blue #25409C
RGB
CMYK
RGB Variations
Color information
#25409C (or 0x25409C) is known color: Egyptian Blue. HEX triplet: 25, 40 and 9C. RGB value is (37,64,156). Sum of RGB (Red+Green+Blue) = 37+64+156=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #25409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25409C is #DABF63. Grayscale: #424242. Windows color (decimal): -14335844 or 10240037. OLE color: 10240037.
HSL color Cylindrical-coordinate representation of color #25409C: hue angle of 226.39º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25409C is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 64 | 156 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.39 |
| HSL | 226.39º | 0.62% | 0.38% | - |
| HSV(B) | 226.39º | 0.76% | 0.61% | - |
| XYZ | 8.6 | 6.46 | 32.25 | - |
| YUV | 66.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 156 | 0.76 | 0.59 | 0 | 0.39 | 226.39 | 0.62 | 0.38 |
| Hex | 25 | 40 | 9C | 4C | 3B | 0 | 27 | E2 | 3E | 26 |
| Octal | 45 | 100 | 234 | 114 | 73 | 0 | 47 | 342 | 76 | 46 |
| Binary | 100101 | 1000000 | 10011100 | 1001100 | 111011 | 0 | 100111 | 11100010 | 111110 | 100110 |
Color Harmonies of #25409C
Complementary color
Monochromatic Colors of #25409C
Black with #25409C
Text Example
Text Example
White with #25409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25409C; }
p { color: rgb(37,64,156); }
H1.HeaderClassName
{
color: #25409C;
}
.AnyTagClassName
{
color: #25409C;
}
</style>
background-color css
<style>
a { background-color: #25409C; }
a { background-color: rgb(37,64,156); }
div.DivClassName
{
background-color: #25409C;
}
.BgClassName
{
background-color: #25409C;
}
</style>
border-color css
<style>
span { border-color: #25409C; }
span { border-color: rgb(37,64,156); }
td.TdClassName
{
border-color: #25409C;
}
.TagClassName
{
border-color: #25409C;
}
</style>