Shades of Egyptian Blue #28409F
Tints of Egyptian Blue #28409F
RGB
CMYK
RGB Variations
Color information
#28409F (or 0x28409F) is known color: Egyptian Blue. HEX triplet: 28, 40 and 9F. RGB value is (40,64,159). Sum of RGB (Red+Green+Blue) = 40+64+159=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #28409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28409F is #D7BF60. Grayscale: #434343. Windows color (decimal): -14139233 or 10436648. OLE color: 10436648.
HSL color Cylindrical-coordinate representation of color #28409F: hue angle of 227.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28409F is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 64 | 159 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.38 |
| HSL | 227.9º | 0.6% | 0.39% | - |
| HSV(B) | 227.9º | 0.75% | 0.62% | - |
| XYZ | 8.97 | 6.62 | 33.61 | - |
| YUV | 67.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 159 | 0.75 | 0.60 | 0 | 0.38 | 227.9 | 0.6 | 0.39 |
| Hex | 28 | 40 | 9F | 4B | 3C | 0 | 26 | E4 | 3C | 27 |
| Octal | 50 | 100 | 237 | 113 | 74 | 0 | 46 | 344 | 74 | 47 |
| Binary | 101000 | 1000000 | 10011111 | 1001011 | 111100 | 0 | 100110 | 11100100 | 111100 | 100111 |
Color Harmonies of #28409F
Complementary color
Monochromatic Colors of #28409F
Black with #28409F
Text Example
Text Example
White with #28409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28409F; }
p { color: rgb(40,64,159); }
H1.HeaderClassName
{
color: #28409F;
}
.AnyTagClassName
{
color: #28409F;
}
</style>
background-color css
<style>
a { background-color: #28409F; }
a { background-color: rgb(40,64,159); }
div.DivClassName
{
background-color: #28409F;
}
.BgClassName
{
background-color: #28409F;
}
</style>
border-color css
<style>
span { border-color: #28409F; }
span { border-color: rgb(40,64,159); }
td.TdClassName
{
border-color: #28409F;
}
.TagClassName
{
border-color: #28409F;
}
</style>