Shades of Egyptian Blue #1E339C
Tints of Egyptian Blue #1E339C
RGB
CMYK
RGB Variations
Color information
#1E339C (or 0x1E339C) is known color: Egyptian Blue. HEX triplet: 1E, 33 and 9C. RGB value is (30,51,156). Sum of RGB (Red+Green+Blue) = 30+51+156=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E339C is #E1CC63. Grayscale: #383838. Windows color (decimal): -14797924 or 10236702. OLE color: 10236702.
HSL color Cylindrical-coordinate representation of color #1E339C: hue angle of 230º 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 #1E339C is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 51 | 156 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.39 |
| HSL | 230º | 0.68% | 0.36% | - |
| HSV(B) | 230º | 0.81% | 0.61% | - |
| XYZ | 7.72 | 5.04 | 32.02 | - |
| YUV | 56.69 | 184.04 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 156 | 0.81 | 0.67 | 0 | 0.39 | 230 | 0.68 | 0.36 |
| Hex | 1E | 33 | 9C | 51 | 43 | 0 | 27 | E6 | 44 | 24 |
| Octal | 36 | 63 | 234 | 121 | 103 | 0 | 47 | 346 | 104 | 44 |
| Binary | 11110 | 110011 | 10011100 | 1010001 | 1000011 | 0 | 100111 | 11100110 | 1000100 | 100100 |
Color Harmonies of #1E339C
Complementary color
Monochromatic Colors of #1E339C
Black with #1E339C
Text Example
Text Example
White with #1E339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E339C; }
p { color: rgb(30,51,156); }
H1.HeaderClassName
{
color: #1E339C;
}
.AnyTagClassName
{
color: #1E339C;
}
</style>
background-color css
<style>
a { background-color: #1E339C; }
a { background-color: rgb(30,51,156); }
div.DivClassName
{
background-color: #1E339C;
}
.BgClassName
{
background-color: #1E339C;
}
</style>
border-color css
<style>
span { border-color: #1E339C; }
span { border-color: rgb(30,51,156); }
td.TdClassName
{
border-color: #1E339C;
}
.TagClassName
{
border-color: #1E339C;
}
</style>