Shades of Egyptian Blue #1E308E
Tints of Egyptian Blue #1E308E
RGB
CMYK
RGB Variations
Color information
#1E308E (or 0x1E308E) is known color: Egyptian Blue. HEX triplet: 1E, 30 and 8E. RGB value is (30,48,142). Sum of RGB (Red+Green+Blue) = 30+48+142=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E308E is #E1CF71. Grayscale: #343434. Windows color (decimal): -14798706 or 9318430. OLE color: 9318430.
HSL color Cylindrical-coordinate representation of color #1E308E: hue angle of 230.36º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E308E is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 48 | 142 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.44 |
| HSL | 230.36º | 0.65% | 0.34% | - |
| HSV(B) | 230.36º | 0.79% | 0.56% | - |
| XYZ | 6.47 | 4.34 | 26.09 | - |
| YUV | 53.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 142 | 0.79 | 0.66 | 0 | 0.44 | 230.36 | 0.65 | 0.34 |
| Hex | 1E | 30 | 8E | 4F | 42 | 0 | 2C | E6 | 41 | 22 |
| Octal | 36 | 60 | 216 | 117 | 102 | 0 | 54 | 346 | 101 | 42 |
| Binary | 11110 | 110000 | 10001110 | 1001111 | 1000010 | 0 | 101100 | 11100110 | 1000001 | 100010 |
Color Harmonies of #1E308E
Complementary color
Monochromatic Colors of #1E308E
Black with #1E308E
Text Example
Text Example
White with #1E308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E308E; }
p { color: rgb(30,48,142); }
H1.HeaderClassName
{
color: #1E308E;
}
.AnyTagClassName
{
color: #1E308E;
}
</style>
background-color css
<style>
a { background-color: #1E308E; }
a { background-color: rgb(30,48,142); }
div.DivClassName
{
background-color: #1E308E;
}
.BgClassName
{
background-color: #1E308E;
}
</style>
border-color css
<style>
span { border-color: #1E308E; }
span { border-color: rgb(30,48,142); }
td.TdClassName
{
border-color: #1E308E;
}
.TagClassName
{
border-color: #1E308E;
}
</style>