Shades of Egyptian Blue #1D449C
Tints of Egyptian Blue #1D449C
RGB
CMYK
RGB Variations
Color information
#1D449C (or 0x1D449C) is known color: Egyptian Blue. HEX triplet: 1D, 44 and 9C. RGB value is (29,68,156). Sum of RGB (Red+Green+Blue) = 29+68+156=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D449C is #E2BB63. Grayscale: #414141. Windows color (decimal): -14859108 or 10241053. OLE color: 10241053.
HSL color Cylindrical-coordinate representation of color #1D449C: hue angle of 221.57º 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 #1D449C is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 68 | 156 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.39 |
| HSL | 221.57º | 0.69% | 0.36% | - |
| HSV(B) | 221.57º | 0.81% | 0.61% | - |
| XYZ | 8.57 | 6.8 | 32.31 | - |
| YUV | 66.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 156 | 0.81 | 0.56 | 0 | 0.39 | 221.57 | 0.69 | 0.36 |
| Hex | 1D | 44 | 9C | 51 | 38 | 0 | 27 | DE | 45 | 24 |
| Octal | 35 | 104 | 234 | 121 | 70 | 0 | 47 | 336 | 105 | 44 |
| Binary | 11101 | 1000100 | 10011100 | 1010001 | 111000 | 0 | 100111 | 11011110 | 1000101 | 100100 |
Color Harmonies of #1D449C
Complementary color
Monochromatic Colors of #1D449C
Black with #1D449C
Text Example
Text Example
White with #1D449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D449C; }
p { color: rgb(29,68,156); }
H1.HeaderClassName
{
color: #1D449C;
}
.AnyTagClassName
{
color: #1D449C;
}
</style>
background-color css
<style>
a { background-color: #1D449C; }
a { background-color: rgb(29,68,156); }
div.DivClassName
{
background-color: #1D449C;
}
.BgClassName
{
background-color: #1D449C;
}
</style>
border-color css
<style>
span { border-color: #1D449C; }
span { border-color: rgb(29,68,156); }
td.TdClassName
{
border-color: #1D449C;
}
.TagClassName
{
border-color: #1D449C;
}
</style>