Shades of Egyptian Blue #1E2A9B
Tints of Egyptian Blue #1E2A9B
RGB
CMYK
RGB Variations
Color information
#1E2A9B (or 0x1E2A9B) is known color: Egyptian Blue. HEX triplet: 1E, 2A and 9B. RGB value is (30,42,155). Sum of RGB (Red+Green+Blue) = 30+42+155=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E2A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2A9B is #E1D564. Grayscale: #323232. Windows color (decimal): -14800229 or 10168862. OLE color: 10168862.
HSL color Cylindrical-coordinate representation of color #1E2A9B: hue angle of 234.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2A9B is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 42 | 155 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.39 |
| HSL | 234.24º | 0.68% | 0.36% | - |
| HSV(B) | 234.24º | 0.81% | 0.61% | - |
| XYZ | 7.28 | 4.3 | 31.46 | - |
| YUV | 51.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 155 | 0.81 | 0.73 | 0 | 0.39 | 234.24 | 0.68 | 0.36 |
| Hex | 1E | 2A | 9B | 51 | 49 | 0 | 27 | EA | 44 | 24 |
| Octal | 36 | 52 | 233 | 121 | 111 | 0 | 47 | 352 | 104 | 44 |
| Binary | 11110 | 101010 | 10011011 | 1010001 | 1001001 | 0 | 100111 | 11101010 | 1000100 | 100100 |
Color Harmonies of #1E2A9B
Complementary color
Monochromatic Colors of #1E2A9B
Black with #1E2A9B
Text Example
Text Example
White with #1E2A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A9B; }
p { color: rgb(30,42,155); }
H1.HeaderClassName
{
color: #1E2A9B;
}
.AnyTagClassName
{
color: #1E2A9B;
}
</style>
background-color css
<style>
a { background-color: #1E2A9B; }
a { background-color: rgb(30,42,155); }
div.DivClassName
{
background-color: #1E2A9B;
}
.BgClassName
{
background-color: #1E2A9B;
}
</style>
border-color css
<style>
span { border-color: #1E2A9B; }
span { border-color: rgb(30,42,155); }
td.TdClassName
{
border-color: #1E2A9B;
}
.TagClassName
{
border-color: #1E2A9B;
}
</style>