Shades of Egyptian Blue #1E419C
Tints of Egyptian Blue #1E419C
RGB
CMYK
RGB Variations
Color information
#1E419C (or 0x1E419C) is known color: Egyptian Blue. HEX triplet: 1E, 41 and 9C. RGB value is (30,65,156). Sum of RGB (Red+Green+Blue) = 30+65+156=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E419C is #E1BE63. Grayscale: #404040. Windows color (decimal): -14794340 or 10240286. OLE color: 10240286.
HSL color Cylindrical-coordinate representation of color #1E419C: hue angle of 223.33º 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 #1E419C is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 65 | 156 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.39 |
| HSL | 223.33º | 0.68% | 0.36% | - |
| HSV(B) | 223.33º | 0.81% | 0.61% | - |
| XYZ | 8.43 | 6.46 | 32.25 | - |
| YUV | 64.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 156 | 0.81 | 0.58 | 0 | 0.39 | 223.33 | 0.68 | 0.36 |
| Hex | 1E | 41 | 9C | 51 | 3A | 0 | 27 | DF | 44 | 24 |
| Octal | 36 | 101 | 234 | 121 | 72 | 0 | 47 | 337 | 104 | 44 |
| Binary | 11110 | 1000001 | 10011100 | 1010001 | 111010 | 0 | 100111 | 11011111 | 1000100 | 100100 |
Color Harmonies of #1E419C
Complementary color
Monochromatic Colors of #1E419C
Black with #1E419C
Text Example
Text Example
White with #1E419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E419C; }
p { color: rgb(30,65,156); }
H1.HeaderClassName
{
color: #1E419C;
}
.AnyTagClassName
{
color: #1E419C;
}
</style>
background-color css
<style>
a { background-color: #1E419C; }
a { background-color: rgb(30,65,156); }
div.DivClassName
{
background-color: #1E419C;
}
.BgClassName
{
background-color: #1E419C;
}
</style>
border-color css
<style>
span { border-color: #1E419C; }
span { border-color: rgb(30,65,156); }
td.TdClassName
{
border-color: #1E419C;
}
.TagClassName
{
border-color: #1E419C;
}
</style>