Shades of Egyptian Blue #28419E
Tints of Egyptian Blue #28419E
RGB
CMYK
RGB Variations
Color information
#28419E (or 0x28419E) is known color: Egyptian Blue. HEX triplet: 28, 41 and 9E. RGB value is (40,65,158). Sum of RGB (Red+Green+Blue) = 40+65+158=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #28419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28419E is #D7BE61. Grayscale: #434343. Windows color (decimal): -14138978 or 10371368. OLE color: 10371368.
HSL color Cylindrical-coordinate representation of color #28419E: hue angle of 227.29º 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 #28419E is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 65 | 158 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.38 |
| HSL | 227.29º | 0.6% | 0.39% | - |
| HSV(B) | 227.29º | 0.75% | 0.62% | - |
| XYZ | 8.94 | 6.7 | 33.17 | - |
| YUV | 68.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 158 | 0.75 | 0.59 | 0 | 0.38 | 227.29 | 0.6 | 0.39 |
| Hex | 28 | 41 | 9E | 4B | 3B | 0 | 26 | E3 | 3C | 27 |
| Octal | 50 | 101 | 236 | 113 | 73 | 0 | 46 | 343 | 74 | 47 |
| Binary | 101000 | 1000001 | 10011110 | 1001011 | 111011 | 0 | 100110 | 11100011 | 111100 | 100111 |
Color Harmonies of #28419E
Complementary color
Monochromatic Colors of #28419E
Black with #28419E
Text Example
Text Example
White with #28419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28419E; }
p { color: rgb(40,65,158); }
H1.HeaderClassName
{
color: #28419E;
}
.AnyTagClassName
{
color: #28419E;
}
</style>
background-color css
<style>
a { background-color: #28419E; }
a { background-color: rgb(40,65,158); }
div.DivClassName
{
background-color: #28419E;
}
.BgClassName
{
background-color: #28419E;
}
</style>
border-color css
<style>
span { border-color: #28419E; }
span { border-color: rgb(40,65,158); }
td.TdClassName
{
border-color: #28419E;
}
.TagClassName
{
border-color: #28419E;
}
</style>