Shades of Egyptian Blue #1D3C96
Tints of Egyptian Blue #1D3C96
RGB
CMYK
RGB Variations
Color information
#1D3C96 (or 0x1D3C96) is known color: Egyptian Blue. HEX triplet: 1D, 3C and 96. RGB value is (29,60,150). Sum of RGB (Red+Green+Blue) = 29+60+150=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D3C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3C96 is #E2C369. Grayscale: #3C3C3C. Windows color (decimal): -14861162 or 9845789. OLE color: 9845789.
HSL color Cylindrical-coordinate representation of color #1D3C96: hue angle of 224.63º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3C96 is Cyan = 0.81, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 60 | 150 | - |
| CMYK | 0.81 | 0.6 | 0 | 0.41 |
| HSL | 224.63º | 0.68% | 0.35% | - |
| HSV(B) | 224.63º | 0.81% | 0.59% | - |
| XYZ | 7.63 | 5.69 | 29.55 | - |
| YUV | 60.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 150 | 0.81 | 0.6 | 0 | 0.41 | 224.63 | 0.68 | 0.35 |
| Hex | 1D | 3C | 96 | 51 | 3C | 0 | 29 | E1 | 44 | 23 |
| Octal | 35 | 74 | 226 | 121 | 74 | 0 | 51 | 341 | 104 | 43 |
| Binary | 11101 | 111100 | 10010110 | 1010001 | 111100 | 0 | 101001 | 11100001 | 1000100 | 100011 |
Color Harmonies of #1D3C96
Complementary color
Monochromatic Colors of #1D3C96
Black with #1D3C96
Text Example
Text Example
White with #1D3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C96; }
p { color: rgb(29,60,150); }
H1.HeaderClassName
{
color: #1D3C96;
}
.AnyTagClassName
{
color: #1D3C96;
}
</style>
background-color css
<style>
a { background-color: #1D3C96; }
a { background-color: rgb(29,60,150); }
div.DivClassName
{
background-color: #1D3C96;
}
.BgClassName
{
background-color: #1D3C96;
}
</style>
border-color css
<style>
span { border-color: #1D3C96; }
span { border-color: rgb(29,60,150); }
td.TdClassName
{
border-color: #1D3C96;
}
.TagClassName
{
border-color: #1D3C96;
}
</style>