Shades of Egyptian Blue #1E2F9B
Tints of Egyptian Blue #1E2F9B
RGB
CMYK
RGB Variations
Color information
#1E2F9B (or 0x1E2F9B) is known color: Egyptian Blue. HEX triplet: 1E, 2F and 9B. RGB value is (30,47,155). Sum of RGB (Red+Green+Blue) = 30+47+155=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E2F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2F9B is #E1D064. Grayscale: #353535. Windows color (decimal): -14798949 or 10170142. OLE color: 10170142.
HSL color Cylindrical-coordinate representation of color #1E2F9B: hue angle of 231.84º 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 #1E2F9B is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 47 | 155 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.39 |
| HSL | 231.84º | 0.68% | 0.36% | - |
| HSV(B) | 231.84º | 0.81% | 0.61% | - |
| XYZ | 7.47 | 4.68 | 31.52 | - |
| YUV | 54.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 155 | 0.81 | 0.70 | 0 | 0.39 | 231.84 | 0.68 | 0.36 |
| Hex | 1E | 2F | 9B | 51 | 46 | 0 | 27 | E8 | 44 | 24 |
| Octal | 36 | 57 | 233 | 121 | 106 | 0 | 47 | 350 | 104 | 44 |
| Binary | 11110 | 101111 | 10011011 | 1010001 | 1000110 | 0 | 100111 | 11101000 | 1000100 | 100100 |
Color Harmonies of #1E2F9B
Complementary color
Monochromatic Colors of #1E2F9B
Black with #1E2F9B
Text Example
Text Example
White with #1E2F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F9B; }
p { color: rgb(30,47,155); }
H1.HeaderClassName
{
color: #1E2F9B;
}
.AnyTagClassName
{
color: #1E2F9B;
}
</style>
background-color css
<style>
a { background-color: #1E2F9B; }
a { background-color: rgb(30,47,155); }
div.DivClassName
{
background-color: #1E2F9B;
}
.BgClassName
{
background-color: #1E2F9B;
}
</style>
border-color css
<style>
span { border-color: #1E2F9B; }
span { border-color: rgb(30,47,155); }
td.TdClassName
{
border-color: #1E2F9B;
}
.TagClassName
{
border-color: #1E2F9B;
}
</style>