Shades of Egyptian Blue #1E2A9F
Tints of Egyptian Blue #1E2A9F
RGB
CMYK
RGB Variations
Color information
#1E2A9F (or 0x1E2A9F) is known color: Egyptian Blue. HEX triplet: 1E, 2A and 9F. RGB value is (30,42,159). Sum of RGB (Red+Green+Blue) = 30+42+159=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E2A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2A9F is #E1D560. Grayscale: #333333. Windows color (decimal): -14800225 or 10431006. OLE color: 10431006.
HSL color Cylindrical-coordinate representation of color #1E2A9F: hue angle of 234.42º 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 #1E2A9F is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 42 | 159 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.38 |
| HSL | 234.42º | 0.68% | 0.37% | - |
| HSV(B) | 234.42º | 0.81% | 0.62% | - |
| XYZ | 7.62 | 4.44 | 33.26 | - |
| YUV | 51.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 159 | 0.81 | 0.74 | 0 | 0.38 | 234.42 | 0.68 | 0.37 |
| Hex | 1E | 2A | 9F | 51 | 4A | 0 | 26 | EA | 44 | 25 |
| Octal | 36 | 52 | 237 | 121 | 112 | 0 | 46 | 352 | 104 | 45 |
| Binary | 11110 | 101010 | 10011111 | 1010001 | 1001010 | 0 | 100110 | 11101010 | 1000100 | 100101 |
Color Harmonies of #1E2A9F
Complementary color
Monochromatic Colors of #1E2A9F
Black with #1E2A9F
Text Example
Text Example
White with #1E2A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A9F; }
p { color: rgb(30,42,159); }
H1.HeaderClassName
{
color: #1E2A9F;
}
.AnyTagClassName
{
color: #1E2A9F;
}
</style>
background-color css
<style>
a { background-color: #1E2A9F; }
a { background-color: rgb(30,42,159); }
div.DivClassName
{
background-color: #1E2A9F;
}
.BgClassName
{
background-color: #1E2A9F;
}
</style>
border-color css
<style>
span { border-color: #1E2A9F; }
span { border-color: rgb(30,42,159); }
td.TdClassName
{
border-color: #1E2A9F;
}
.TagClassName
{
border-color: #1E2A9F;
}
</style>