Shades of Egyptian Blue #1E469E
Tints of Egyptian Blue #1E469E
RGB
CMYK
RGB Variations
Color information
#1E469E (or 0x1E469E) is known color: Egyptian Blue. HEX triplet: 1E, 46 and 9E. RGB value is (30,70,158). Sum of RGB (Red+Green+Blue) = 30+70+158=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E469E is #E1B961. Grayscale: #434343. Windows color (decimal): -14793058 or 10372638. OLE color: 10372638.
HSL color Cylindrical-coordinate representation of color #1E469E: hue angle of 221.25º 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 #1E469E is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 70 | 158 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.38 |
| HSL | 221.25º | 0.68% | 0.37% | - |
| HSV(B) | 221.25º | 0.81% | 0.62% | - |
| XYZ | 8.9 | 7.12 | 33.25 | - |
| YUV | 68.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 158 | 0.81 | 0.56 | 0 | 0.38 | 221.25 | 0.68 | 0.37 |
| Hex | 1E | 46 | 9E | 51 | 38 | 0 | 26 | DD | 44 | 25 |
| Octal | 36 | 106 | 236 | 121 | 70 | 0 | 46 | 335 | 104 | 45 |
| Binary | 11110 | 1000110 | 10011110 | 1010001 | 111000 | 0 | 100110 | 11011101 | 1000100 | 100101 |
Color Harmonies of #1E469E
Complementary color
Monochromatic Colors of #1E469E
Black with #1E469E
Text Example
Text Example
White with #1E469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E469E; }
p { color: rgb(30,70,158); }
H1.HeaderClassName
{
color: #1E469E;
}
.AnyTagClassName
{
color: #1E469E;
}
</style>
background-color css
<style>
a { background-color: #1E469E; }
a { background-color: rgb(30,70,158); }
div.DivClassName
{
background-color: #1E469E;
}
.BgClassName
{
background-color: #1E469E;
}
</style>
border-color css
<style>
span { border-color: #1E469E; }
span { border-color: rgb(30,70,158); }
td.TdClassName
{
border-color: #1E469E;
}
.TagClassName
{
border-color: #1E469E;
}
</style>