Shades of Egyptian Blue #1D379E
Tints of Egyptian Blue #1D379E
RGB
CMYK
RGB Variations
Color information
#1D379E (or 0x1D379E) is known color: Egyptian Blue. HEX triplet: 1D, 37 and 9E. RGB value is (29,55,158). Sum of RGB (Red+Green+Blue) = 29+55+158=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D379E is #E2C861. Grayscale: #3A3A3A. Windows color (decimal): -14862434 or 10368797. OLE color: 10368797.
HSL color Cylindrical-coordinate representation of color #1D379E: hue angle of 227.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D379E is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 55 | 158 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.38 |
| HSL | 227.91º | 0.69% | 0.37% | - |
| HSV(B) | 227.91º | 0.82% | 0.62% | - |
| XYZ | 8.04 | 5.46 | 32.98 | - |
| YUV | 58.97 | 183.89 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 158 | 0.82 | 0.65 | 0 | 0.38 | 227.91 | 0.69 | 0.37 |
| Hex | 1D | 37 | 9E | 52 | 41 | 0 | 26 | E4 | 45 | 25 |
| Octal | 35 | 67 | 236 | 122 | 101 | 0 | 46 | 344 | 105 | 45 |
| Binary | 11101 | 110111 | 10011110 | 1010010 | 1000001 | 0 | 100110 | 11100100 | 1000101 | 100101 |
Color Harmonies of #1D379E
Complementary color
Monochromatic Colors of #1D379E
Black with #1D379E
Text Example
Text Example
White with #1D379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D379E; }
p { color: rgb(29,55,158); }
H1.HeaderClassName
{
color: #1D379E;
}
.AnyTagClassName
{
color: #1D379E;
}
</style>
background-color css
<style>
a { background-color: #1D379E; }
a { background-color: rgb(29,55,158); }
div.DivClassName
{
background-color: #1D379E;
}
.BgClassName
{
background-color: #1D379E;
}
</style>
border-color css
<style>
span { border-color: #1D379E; }
span { border-color: rgb(29,55,158); }
td.TdClassName
{
border-color: #1D379E;
}
.TagClassName
{
border-color: #1D379E;
}
</style>