Shades of Egyptian Blue #1E279B
Tints of Egyptian Blue #1E279B
RGB
CMYK
RGB Variations
Color information
#1E279B (or 0x1E279B) is known color: Egyptian Blue. HEX triplet: 1E, 27 and 9B. RGB value is (30,39,155). Sum of RGB (Red+Green+Blue) = 30+39+155=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E279B is #E1D864. Grayscale: #313131. Windows color (decimal): -14800997 or 10168094. OLE color: 10168094.
HSL color Cylindrical-coordinate representation of color #1E279B: hue angle of 235.68º 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 #1E279B is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 39 | 155 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.39 |
| HSL | 235.68º | 0.68% | 0.36% | - |
| HSV(B) | 235.68º | 0.81% | 0.61% | - |
| XYZ | 7.18 | 4.09 | 31.42 | - |
| YUV | 49.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 155 | 0.81 | 0.75 | 0 | 0.39 | 235.68 | 0.68 | 0.36 |
| Hex | 1E | 27 | 9B | 51 | 4B | 0 | 27 | EC | 44 | 24 |
| Octal | 36 | 47 | 233 | 121 | 113 | 0 | 47 | 354 | 104 | 44 |
| Binary | 11110 | 100111 | 10011011 | 1010001 | 1001011 | 0 | 100111 | 11101100 | 1000100 | 100100 |
Color Harmonies of #1E279B
Complementary color
Monochromatic Colors of #1E279B
Black with #1E279B
Text Example
Text Example
White with #1E279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E279B; }
p { color: rgb(30,39,155); }
H1.HeaderClassName
{
color: #1E279B;
}
.AnyTagClassName
{
color: #1E279B;
}
</style>
background-color css
<style>
a { background-color: #1E279B; }
a { background-color: rgb(30,39,155); }
div.DivClassName
{
background-color: #1E279B;
}
.BgClassName
{
background-color: #1E279B;
}
</style>
border-color css
<style>
span { border-color: #1E279B; }
span { border-color: rgb(30,39,155); }
td.TdClassName
{
border-color: #1E279B;
}
.TagClassName
{
border-color: #1E279B;
}
</style>