Shades of Egyptian Blue #1E338B
Tints of Egyptian Blue #1E338B
RGB
CMYK
RGB Variations
Color information
#1E338B (or 0x1E338B) is known color: Egyptian Blue. HEX triplet: 1E, 33 and 8B. RGB value is (30,51,139). Sum of RGB (Red+Green+Blue) = 30+51+139=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E338B is #E1CC74. Grayscale: #363636. Windows color (decimal): -14797941 or 9122590. OLE color: 9122590.
HSL color Cylindrical-coordinate representation of color #1E338B: hue angle of 228.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E338B is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 51 | 139 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.45 |
| HSL | 228.44º | 0.64% | 0.33% | - |
| HSV(B) | 228.44º | 0.78% | 0.55% | - |
| XYZ | 6.38 | 4.51 | 24.96 | - |
| YUV | 54.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 139 | 0.78 | 0.63 | 0 | 0.45 | 228.44 | 0.64 | 0.33 |
| Hex | 1E | 33 | 8B | 4E | 3F | 0 | 2D | E4 | 40 | 21 |
| Octal | 36 | 63 | 213 | 116 | 77 | 0 | 55 | 344 | 100 | 41 |
| Binary | 11110 | 110011 | 10001011 | 1001110 | 111111 | 0 | 101101 | 11100100 | 1000000 | 100001 |
Color Harmonies of #1E338B
Complementary color
Monochromatic Colors of #1E338B
Black with #1E338B
Text Example
Text Example
White with #1E338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E338B; }
p { color: rgb(30,51,139); }
H1.HeaderClassName
{
color: #1E338B;
}
.AnyTagClassName
{
color: #1E338B;
}
</style>
background-color css
<style>
a { background-color: #1E338B; }
a { background-color: rgb(30,51,139); }
div.DivClassName
{
background-color: #1E338B;
}
.BgClassName
{
background-color: #1E338B;
}
</style>
border-color css
<style>
span { border-color: #1E338B; }
span { border-color: rgb(30,51,139); }
td.TdClassName
{
border-color: #1E338B;
}
.TagClassName
{
border-color: #1E338B;
}
</style>