Shades of Egyptian Blue #1E2792
Tints of Egyptian Blue #1E2792
RGB
CMYK
RGB Variations
Color information
#1E2792 (or 0x1E2792) is known color: Egyptian Blue. HEX triplet: 1E, 27 and 92. RGB value is (30,39,146). Sum of RGB (Red+Green+Blue) = 30+39+146=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E2792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2792 is #E1D86D. Grayscale: #303030. Windows color (decimal): -14801006 or 9578270. OLE color: 9578270.
HSL color Cylindrical-coordinate representation of color #1E2792: hue angle of 235.34º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E2792 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 39 | 146 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.43 |
| HSL | 235.34º | 0.66% | 0.35% | - |
| HSV(B) | 235.34º | 0.79% | 0.57% | - |
| XYZ | 6.45 | 3.8 | 27.59 | - |
| YUV | 48.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 146 | 0.79 | 0.73 | 0 | 0.43 | 235.34 | 0.66 | 0.35 |
| Hex | 1E | 27 | 92 | 4F | 49 | 0 | 2B | EB | 42 | 23 |
| Octal | 36 | 47 | 222 | 117 | 111 | 0 | 53 | 353 | 102 | 43 |
| Binary | 11110 | 100111 | 10010010 | 1001111 | 1001001 | 0 | 101011 | 11101011 | 1000010 | 100011 |
Color Harmonies of #1E2792
Complementary color
Monochromatic Colors of #1E2792
Black with #1E2792
Text Example
Text Example
White with #1E2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2792; }
p { color: rgb(30,39,146); }
H1.HeaderClassName
{
color: #1E2792;
}
.AnyTagClassName
{
color: #1E2792;
}
</style>
background-color css
<style>
a { background-color: #1E2792; }
a { background-color: rgb(30,39,146); }
div.DivClassName
{
background-color: #1E2792;
}
.BgClassName
{
background-color: #1E2792;
}
</style>
border-color css
<style>
span { border-color: #1E2792; }
span { border-color: rgb(30,39,146); }
td.TdClassName
{
border-color: #1E2792;
}
.TagClassName
{
border-color: #1E2792;
}
</style>