Shades of Egyptian Blue #254199
Tints of Egyptian Blue #254199
RGB
CMYK
RGB Variations
Color information
#254199 (or 0x254199) is known color: Egyptian Blue. HEX triplet: 25, 41 and 99. RGB value is (37,65,153). Sum of RGB (Red+Green+Blue) = 37+65+153=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #254199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254199 is #DABE66. Grayscale: #424242. Windows color (decimal): -14335591 or 10043685. OLE color: 10043685.
HSL color Cylindrical-coordinate representation of color #254199: hue angle of 225.52º 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 #254199 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 65 | 153 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.4 |
| HSL | 225.52º | 0.61% | 0.37% | - |
| HSV(B) | 225.52º | 0.76% | 0.6% | - |
| XYZ | 8.4 | 6.47 | 30.94 | - |
| YUV | 66.66 | 176.72 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 153 | 0.76 | 0.58 | 0 | 0.4 | 225.52 | 0.61 | 0.37 |
| Hex | 25 | 41 | 99 | 4C | 3A | 0 | 28 | E2 | 3D | 25 |
| Octal | 45 | 101 | 231 | 114 | 72 | 0 | 50 | 342 | 75 | 45 |
| Binary | 100101 | 1000001 | 10011001 | 1001100 | 111010 | 0 | 101000 | 11100010 | 111101 | 100101 |
Color Harmonies of #254199
Complementary color
Monochromatic Colors of #254199
Black with #254199
Text Example
Text Example
White with #254199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254199; }
p { color: rgb(37,65,153); }
H1.HeaderClassName
{
color: #254199;
}
.AnyTagClassName
{
color: #254199;
}
</style>
background-color css
<style>
a { background-color: #254199; }
a { background-color: rgb(37,65,153); }
div.DivClassName
{
background-color: #254199;
}
.BgClassName
{
background-color: #254199;
}
</style>
border-color css
<style>
span { border-color: #254199; }
span { border-color: rgb(37,65,153); }
td.TdClassName
{
border-color: #254199;
}
.TagClassName
{
border-color: #254199;
}
</style>