Shades of Egyptian Blue #1E3B92
Tints of Egyptian Blue #1E3B92
RGB
CMYK
RGB Variations
Color information
#1E3B92 (or 0x1E3B92) is known color: Egyptian Blue. HEX triplet: 1E, 3B and 92. RGB value is (30,59,146). Sum of RGB (Red+Green+Blue) = 30+59+146=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E3B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3B92 is #E1C46D. Grayscale: #3B3B3B. Windows color (decimal): -14795886 or 9583390. OLE color: 9583390.
HSL color Cylindrical-coordinate representation of color #1E3B92: hue angle of 225º 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 #1E3B92 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 59 | 146 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.43 |
| HSL | 225º | 0.66% | 0.35% | - |
| HSV(B) | 225º | 0.79% | 0.57% | - |
| XYZ | 7.29 | 5.48 | 27.87 | - |
| YUV | 60.25 | 176.39 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 146 | 0.79 | 0.60 | 0 | 0.43 | 225 | 0.66 | 0.35 |
| Hex | 1E | 3B | 92 | 4F | 3C | 0 | 2B | E1 | 42 | 23 |
| Octal | 36 | 73 | 222 | 117 | 74 | 0 | 53 | 341 | 102 | 43 |
| Binary | 11110 | 111011 | 10010010 | 1001111 | 111100 | 0 | 101011 | 11100001 | 1000010 | 100011 |
Color Harmonies of #1E3B92
Complementary color
Monochromatic Colors of #1E3B92
Black with #1E3B92
Text Example
Text Example
White with #1E3B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B92; }
p { color: rgb(30,59,146); }
H1.HeaderClassName
{
color: #1E3B92;
}
.AnyTagClassName
{
color: #1E3B92;
}
</style>
background-color css
<style>
a { background-color: #1E3B92; }
a { background-color: rgb(30,59,146); }
div.DivClassName
{
background-color: #1E3B92;
}
.BgClassName
{
background-color: #1E3B92;
}
</style>
border-color css
<style>
span { border-color: #1E3B92; }
span { border-color: rgb(30,59,146); }
td.TdClassName
{
border-color: #1E3B92;
}
.TagClassName
{
border-color: #1E3B92;
}
</style>