Shades of Egyptian Blue #1E259F
Tints of Egyptian Blue #1E259F
RGB
CMYK
RGB Variations
Color information
#1E259F (or 0x1E259F) is known color: Egyptian Blue. HEX triplet: 1E, 25 and 9F. RGB value is (30,37,159). Sum of RGB (Red+Green+Blue) = 30+37+159=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E259F is #E1DA60. Grayscale: #303030. Windows color (decimal): -14801505 or 10429726. OLE color: 10429726.
HSL color Cylindrical-coordinate representation of color #1E259F: hue angle of 236.74º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E259F is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 37 | 159 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.38 |
| HSL | 236.74º | 0.68% | 0.37% | - |
| HSV(B) | 236.74º | 0.81% | 0.62% | - |
| XYZ | 7.45 | 4.1 | 33.2 | - |
| YUV | 48.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 159 | 0.81 | 0.77 | 0 | 0.38 | 236.74 | 0.68 | 0.37 |
| Hex | 1E | 25 | 9F | 51 | 4D | 0 | 26 | ED | 44 | 25 |
| Octal | 36 | 45 | 237 | 121 | 115 | 0 | 46 | 355 | 104 | 45 |
| Binary | 11110 | 100101 | 10011111 | 1010001 | 1001101 | 0 | 100110 | 11101101 | 1000100 | 100101 |
Color Harmonies of #1E259F
Complementary color
Monochromatic Colors of #1E259F
Black with #1E259F
Text Example
Text Example
White with #1E259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E259F; }
p { color: rgb(30,37,159); }
H1.HeaderClassName
{
color: #1E259F;
}
.AnyTagClassName
{
color: #1E259F;
}
</style>
background-color css
<style>
a { background-color: #1E259F; }
a { background-color: rgb(30,37,159); }
div.DivClassName
{
background-color: #1E259F;
}
.BgClassName
{
background-color: #1E259F;
}
</style>
border-color css
<style>
span { border-color: #1E259F; }
span { border-color: rgb(30,37,159); }
td.TdClassName
{
border-color: #1E259F;
}
.TagClassName
{
border-color: #1E259F;
}
</style>