Shades of Egyptian Blue #1E2FAB
Tints of Egyptian Blue #1E2FAB
RGB
CMYK
RGB Variations
Color information
#1E2FAB (or 0x1E2FAB) is known color: Egyptian Blue. HEX triplet: 1E, 2F and AB. RGB value is (30,47,171). Sum of RGB (Red+Green+Blue) = 30+47+171=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E2FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2FAB is #E1D054. Grayscale: #373737. Windows color (decimal): -14798933 or 11218718. OLE color: 11218718.
HSL color Cylindrical-coordinate representation of color #1E2FAB: hue angle of 232.77º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E2FAB is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 47 | 171 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.33 |
| HSL | 232.77º | 0.7% | 0.39% | - |
| HSV(B) | 232.77º | 0.82% | 0.67% | - |
| XYZ | 8.9 | 5.25 | 39.07 | - |
| YUV | 56.05 | 192.87 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 171 | 0.82 | 0.73 | 0 | 0.33 | 232.77 | 0.7 | 0.39 |
| Hex | 1E | 2F | AB | 52 | 49 | 0 | 21 | E9 | 46 | 27 |
| Octal | 36 | 57 | 253 | 122 | 111 | 0 | 41 | 351 | 106 | 47 |
| Binary | 11110 | 101111 | 10101011 | 1010010 | 1001001 | 0 | 100001 | 11101001 | 1000110 | 100111 |
Color Harmonies of #1E2FAB
Complementary color
Monochromatic Colors of #1E2FAB
Black with #1E2FAB
Text Example
Text Example
White with #1E2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2FAB; }
p { color: rgb(30,47,171); }
H1.HeaderClassName
{
color: #1E2FAB;
}
.AnyTagClassName
{
color: #1E2FAB;
}
</style>
background-color css
<style>
a { background-color: #1E2FAB; }
a { background-color: rgb(30,47,171); }
div.DivClassName
{
background-color: #1E2FAB;
}
.BgClassName
{
background-color: #1E2FAB;
}
</style>
border-color css
<style>
span { border-color: #1E2FAB; }
span { border-color: rgb(30,47,171); }
td.TdClassName
{
border-color: #1E2FAB;
}
.TagClassName
{
border-color: #1E2FAB;
}
</style>