Shades of Egyptian Blue #1E1FA7
Tints of Egyptian Blue #1E1FA7
RGB
CMYK
RGB Variations
Color information
#1E1FA7 (or 0x1E1FA7) is known color: Egyptian Blue. HEX triplet: 1E, 1F and A7. RGB value is (30,31,167). Sum of RGB (Red+Green+Blue) = 30+31+167=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #1E1FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1FA7 is #E1E058. Grayscale: #2D2D2D. Windows color (decimal): -14803033 or 10952478. OLE color: 10952478.
HSL color Cylindrical-coordinate representation of color #1E1FA7: hue angle of 239.56º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1FA7 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 31 | 167 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.35 |
| HSL | 239.56º | 0.7% | 0.39% | - |
| HSV(B) | 239.56º | 0.82% | 0.65% | - |
| XYZ | 8 | 4.05 | 36.92 | - |
| YUV | 46.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 167 | 0.82 | 0.81 | 0 | 0.35 | 239.56 | 0.7 | 0.39 |
| Hex | 1E | 1F | A7 | 52 | 51 | 0 | 23 | F0 | 46 | 27 |
| Octal | 36 | 37 | 247 | 122 | 121 | 0 | 43 | 360 | 106 | 47 |
| Binary | 11110 | 11111 | 10100111 | 1010010 | 1010001 | 0 | 100011 | 11110000 | 1000110 | 100111 |
Color Harmonies of #1E1FA7
Complementary color
Monochromatic Colors of #1E1FA7
Black with #1E1FA7
Text Example
Text Example
White with #1E1FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1FA7; }
p { color: rgb(30,31,167); }
H1.HeaderClassName
{
color: #1E1FA7;
}
.AnyTagClassName
{
color: #1E1FA7;
}
</style>
background-color css
<style>
a { background-color: #1E1FA7; }
a { background-color: rgb(30,31,167); }
div.DivClassName
{
background-color: #1E1FA7;
}
.BgClassName
{
background-color: #1E1FA7;
}
</style>
border-color css
<style>
span { border-color: #1E1FA7; }
span { border-color: rgb(30,31,167); }
td.TdClassName
{
border-color: #1E1FA7;
}
.TagClassName
{
border-color: #1E1FA7;
}
</style>