Shades of Egyptian Blue #1D379A
Tints of Egyptian Blue #1D379A
RGB
CMYK
RGB Variations
Color information
#1D379A (or 0x1D379A) is known color: Egyptian Blue. HEX triplet: 1D, 37 and 9A. RGB value is (29,55,154). Sum of RGB (Red+Green+Blue) = 29+55+154=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D379A is #E2C865. Grayscale: #3A3A3A. Windows color (decimal): -14862438 or 10106653. OLE color: 10106653.
HSL color Cylindrical-coordinate representation of color #1D379A: hue angle of 227.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D379A is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 55 | 154 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.40 |
| HSL | 227.52º | 0.68% | 0.36% | - |
| HSV(B) | 227.52º | 0.81% | 0.6% | - |
| XYZ | 7.71 | 5.33 | 31.19 | - |
| YUV | 58.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 154 | 0.81 | 0.64 | 0 | 0.40 | 227.52 | 0.68 | 0.36 |
| Hex | 1D | 37 | 9A | 51 | 40 | 0 | 28 | E4 | 44 | 24 |
| Octal | 35 | 67 | 232 | 121 | 100 | 0 | 50 | 344 | 104 | 44 |
| Binary | 11101 | 110111 | 10011010 | 1010001 | 1000000 | 0 | 101000 | 11100100 | 1000100 | 100100 |
Color Harmonies of #1D379A
Complementary color
Monochromatic Colors of #1D379A
Black with #1D379A
Text Example
Text Example
White with #1D379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D379A; }
p { color: rgb(29,55,154); }
H1.HeaderClassName
{
color: #1D379A;
}
.AnyTagClassName
{
color: #1D379A;
}
</style>
background-color css
<style>
a { background-color: #1D379A; }
a { background-color: rgb(29,55,154); }
div.DivClassName
{
background-color: #1D379A;
}
.BgClassName
{
background-color: #1D379A;
}
</style>
border-color css
<style>
span { border-color: #1D379A; }
span { border-color: rgb(29,55,154); }
td.TdClassName
{
border-color: #1D379A;
}
.TagClassName
{
border-color: #1D379A;
}
</style>