Shades of Egyptian Blue #1D318B
Tints of Egyptian Blue #1D318B
RGB
CMYK
RGB Variations
Color information
#1D318B (or 0x1D318B) is known color: Egyptian Blue. HEX triplet: 1D, 31 and 8B. RGB value is (29,49,139). Sum of RGB (Red+Green+Blue) = 29+49+139=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D318B is #E2CE74. Grayscale: #343434. Windows color (decimal): -14863989 or 9122077. OLE color: 9122077.
HSL color Cylindrical-coordinate representation of color #1D318B: hue angle of 229.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D318B is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 49 | 139 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.45 |
| HSL | 229.09º | 0.65% | 0.33% | - |
| HSV(B) | 229.09º | 0.79% | 0.55% | - |
| XYZ | 6.27 | 4.32 | 24.93 | - |
| YUV | 53.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 139 | 0.79 | 0.65 | 0 | 0.45 | 229.09 | 0.65 | 0.33 |
| Hex | 1D | 31 | 8B | 4F | 41 | 0 | 2D | E5 | 41 | 21 |
| Octal | 35 | 61 | 213 | 117 | 101 | 0 | 55 | 345 | 101 | 41 |
| Binary | 11101 | 110001 | 10001011 | 1001111 | 1000001 | 0 | 101101 | 11100101 | 1000001 | 100001 |
Color Harmonies of #1D318B
Complementary color
Monochromatic Colors of #1D318B
Black with #1D318B
Text Example
Text Example
White with #1D318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D318B; }
p { color: rgb(29,49,139); }
H1.HeaderClassName
{
color: #1D318B;
}
.AnyTagClassName
{
color: #1D318B;
}
</style>
background-color css
<style>
a { background-color: #1D318B; }
a { background-color: rgb(29,49,139); }
div.DivClassName
{
background-color: #1D318B;
}
.BgClassName
{
background-color: #1D318B;
}
</style>
border-color css
<style>
span { border-color: #1D318B; }
span { border-color: rgb(29,49,139); }
td.TdClassName
{
border-color: #1D318B;
}
.TagClassName
{
border-color: #1D318B;
}
</style>