Shades of Egyptian Blue #1D479C
Tints of Egyptian Blue #1D479C
RGB
CMYK
RGB Variations
Color information
#1D479C (or 0x1D479C) is known color: Egyptian Blue. HEX triplet: 1D, 47 and 9C. RGB value is (29,71,156). Sum of RGB (Red+Green+Blue) = 29+71+156=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D479C is #E2B863. Grayscale: #434343. Windows color (decimal): -14858340 or 10241821. OLE color: 10241821.
HSL color Cylindrical-coordinate representation of color #1D479C: hue angle of 220.16º degrees, saturation: 0.69, 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 #1D479C is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 71 | 156 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.39 |
| HSL | 220.16º | 0.69% | 0.36% | - |
| HSV(B) | 220.16º | 0.81% | 0.61% | - |
| XYZ | 8.76 | 7.17 | 32.37 | - |
| YUV | 68.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 156 | 0.81 | 0.54 | 0 | 0.39 | 220.16 | 0.69 | 0.36 |
| Hex | 1D | 47 | 9C | 51 | 36 | 0 | 27 | DC | 45 | 24 |
| Octal | 35 | 107 | 234 | 121 | 66 | 0 | 47 | 334 | 105 | 44 |
| Binary | 11101 | 1000111 | 10011100 | 1010001 | 110110 | 0 | 100111 | 11011100 | 1000101 | 100100 |
Color Harmonies of #1D479C
Complementary color
Monochromatic Colors of #1D479C
Black with #1D479C
Text Example
Text Example
White with #1D479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D479C; }
p { color: rgb(29,71,156); }
H1.HeaderClassName
{
color: #1D479C;
}
.AnyTagClassName
{
color: #1D479C;
}
</style>
background-color css
<style>
a { background-color: #1D479C; }
a { background-color: rgb(29,71,156); }
div.DivClassName
{
background-color: #1D479C;
}
.BgClassName
{
background-color: #1D479C;
}
</style>
border-color css
<style>
span { border-color: #1D479C; }
span { border-color: rgb(29,71,156); }
td.TdClassName
{
border-color: #1D479C;
}
.TagClassName
{
border-color: #1D479C;
}
</style>