Shades of Egyptian Blue #1E23AB
Tints of Egyptian Blue #1E23AB
RGB
CMYK
RGB Variations
Color information
#1E23AB (or 0x1E23AB) is known color: Egyptian Blue. HEX triplet: 1E, 23 and AB. RGB value is (30,35,171). Sum of RGB (Red+Green+Blue) = 30+35+171=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E23AB is #E1DC54. Grayscale: #303030. Windows color (decimal): -14802005 or 11215646. OLE color: 11215646.
HSL color Cylindrical-coordinate representation of color #1E23AB: hue angle of 237.87º 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 #1E23AB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 35 | 171 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.33 |
| HSL | 237.87º | 0.7% | 0.39% | - |
| HSV(B) | 237.87º | 0.82% | 0.67% | - |
| XYZ | 8.49 | 4.42 | 38.93 | - |
| YUV | 49.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 171 | 0.82 | 0.80 | 0 | 0.33 | 237.87 | 0.7 | 0.39 |
| Hex | 1E | 23 | AB | 52 | 50 | 0 | 21 | EE | 46 | 27 |
| Octal | 36 | 43 | 253 | 122 | 120 | 0 | 41 | 356 | 106 | 47 |
| Binary | 11110 | 100011 | 10101011 | 1010010 | 1010000 | 0 | 100001 | 11101110 | 1000110 | 100111 |
Color Harmonies of #1E23AB
Complementary color
Monochromatic Colors of #1E23AB
Black with #1E23AB
Text Example
Text Example
White with #1E23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E23AB; }
p { color: rgb(30,35,171); }
H1.HeaderClassName
{
color: #1E23AB;
}
.AnyTagClassName
{
color: #1E23AB;
}
</style>
background-color css
<style>
a { background-color: #1E23AB; }
a { background-color: rgb(30,35,171); }
div.DivClassName
{
background-color: #1E23AB;
}
.BgClassName
{
background-color: #1E23AB;
}
</style>
border-color css
<style>
span { border-color: #1E23AB; }
span { border-color: rgb(30,35,171); }
td.TdClassName
{
border-color: #1E23AB;
}
.TagClassName
{
border-color: #1E23AB;
}
</style>