Shades of Egyptian Blue #1E309C
Tints of Egyptian Blue #1E309C
RGB
CMYK
RGB Variations
Color information
#1E309C (or 0x1E309C) is known color: Egyptian Blue. HEX triplet: 1E, 30 and 9C. RGB value is (30,48,156). Sum of RGB (Red+Green+Blue) = 30+48+156=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E309C is #E1CF63. Grayscale: #363636. Windows color (decimal): -14798692 or 10235934. OLE color: 10235934.
HSL color Cylindrical-coordinate representation of color #1E309C: hue angle of 231.43º 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 #1E309C is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 48 | 156 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.39 |
| HSL | 231.43º | 0.68% | 0.36% | - |
| HSV(B) | 231.43º | 0.81% | 0.61% | - |
| XYZ | 7.59 | 4.79 | 31.98 | - |
| YUV | 54.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 156 | 0.81 | 0.69 | 0 | 0.39 | 231.43 | 0.68 | 0.36 |
| Hex | 1E | 30 | 9C | 51 | 45 | 0 | 27 | E7 | 44 | 24 |
| Octal | 36 | 60 | 234 | 121 | 105 | 0 | 47 | 347 | 104 | 44 |
| Binary | 11110 | 110000 | 10011100 | 1010001 | 1000101 | 0 | 100111 | 11100111 | 1000100 | 100100 |
Color Harmonies of #1E309C
Complementary color
Monochromatic Colors of #1E309C
Black with #1E309C
Text Example
Text Example
White with #1E309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E309C; }
p { color: rgb(30,48,156); }
H1.HeaderClassName
{
color: #1E309C;
}
.AnyTagClassName
{
color: #1E309C;
}
</style>
background-color css
<style>
a { background-color: #1E309C; }
a { background-color: rgb(30,48,156); }
div.DivClassName
{
background-color: #1E309C;
}
.BgClassName
{
background-color: #1E309C;
}
</style>
border-color css
<style>
span { border-color: #1E309C; }
span { border-color: rgb(30,48,156); }
td.TdClassName
{
border-color: #1E309C;
}
.TagClassName
{
border-color: #1E309C;
}
</style>