Shades of Egyptian Blue #1D379F
Tints of Egyptian Blue #1D379F
RGB
CMYK
RGB Variations
Color information
#1D379F (or 0x1D379F) is known color: Egyptian Blue. HEX triplet: 1D, 37 and 9F. RGB value is (29,55,159). Sum of RGB (Red+Green+Blue) = 29+55+159=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D379F is #E2C860. Grayscale: #3A3A3A. Windows color (decimal): -14862433 or 10434333. OLE color: 10434333.
HSL color Cylindrical-coordinate representation of color #1D379F: hue angle of 228º 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 #1D379F is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 55 | 159 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.38 |
| HSL | 228º | 0.69% | 0.37% | - |
| HSV(B) | 228º | 0.82% | 0.62% | - |
| XYZ | 8.13 | 5.5 | 33.43 | - |
| YUV | 59.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 159 | 0.82 | 0.65 | 0 | 0.38 | 228 | 0.69 | 0.37 |
| Hex | 1D | 37 | 9F | 52 | 41 | 0 | 26 | E4 | 45 | 25 |
| Octal | 35 | 67 | 237 | 122 | 101 | 0 | 46 | 344 | 105 | 45 |
| Binary | 11101 | 110111 | 10011111 | 1010010 | 1000001 | 0 | 100110 | 11100100 | 1000101 | 100101 |
Color Harmonies of #1D379F
Complementary color
Monochromatic Colors of #1D379F
Black with #1D379F
Text Example
Text Example
White with #1D379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D379F; }
p { color: rgb(29,55,159); }
H1.HeaderClassName
{
color: #1D379F;
}
.AnyTagClassName
{
color: #1D379F;
}
</style>
background-color css
<style>
a { background-color: #1D379F; }
a { background-color: rgb(29,55,159); }
div.DivClassName
{
background-color: #1D379F;
}
.BgClassName
{
background-color: #1D379F;
}
</style>
border-color css
<style>
span { border-color: #1D379F; }
span { border-color: rgb(29,55,159); }
td.TdClassName
{
border-color: #1D379F;
}
.TagClassName
{
border-color: #1D379F;
}
</style>