Shades of Egyptian Blue #1E378B
Tints of Egyptian Blue #1E378B
RGB
CMYK
RGB Variations
Color information
#1E378B (or 0x1E378B) is known color: Egyptian Blue. HEX triplet: 1E, 37 and 8B. RGB value is (30,55,139). Sum of RGB (Red+Green+Blue) = 30+55+139=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E378B is #E1C874. Grayscale: #383838. Windows color (decimal): -14796917 or 9123614. OLE color: 9123614.
HSL color Cylindrical-coordinate representation of color #1E378B: hue angle of 226.24º 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 #1E378B is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 55 | 139 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.45 |
| HSL | 226.24º | 0.64% | 0.33% | - |
| HSV(B) | 226.24º | 0.78% | 0.55% | - |
| XYZ | 6.56 | 4.87 | 25.02 | - |
| YUV | 57.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 139 | 0.78 | 0.60 | 0 | 0.45 | 226.24 | 0.64 | 0.33 |
| Hex | 1E | 37 | 8B | 4E | 3C | 0 | 2D | E2 | 40 | 21 |
| Octal | 36 | 67 | 213 | 116 | 74 | 0 | 55 | 342 | 100 | 41 |
| Binary | 11110 | 110111 | 10001011 | 1001110 | 111100 | 0 | 101101 | 11100010 | 1000000 | 100001 |
Color Harmonies of #1E378B
Complementary color
Monochromatic Colors of #1E378B
Black with #1E378B
Text Example
Text Example
White with #1E378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E378B; }
p { color: rgb(30,55,139); }
H1.HeaderClassName
{
color: #1E378B;
}
.AnyTagClassName
{
color: #1E378B;
}
</style>
background-color css
<style>
a { background-color: #1E378B; }
a { background-color: rgb(30,55,139); }
div.DivClassName
{
background-color: #1E378B;
}
.BgClassName
{
background-color: #1E378B;
}
</style>
border-color css
<style>
span { border-color: #1E378B; }
span { border-color: rgb(30,55,139); }
td.TdClassName
{
border-color: #1E378B;
}
.TagClassName
{
border-color: #1E378B;
}
</style>