Shades of Egyptian Blue #1D4299
Tints of Egyptian Blue #1D4299
RGB
CMYK
RGB Variations
Color information
#1D4299 (or 0x1D4299) is known color: Egyptian Blue. HEX triplet: 1D, 42 and 99. RGB value is (29,66,153). Sum of RGB (Red+Green+Blue) = 29+66+153=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D4299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4299 is #E2BD66. Grayscale: #404040. Windows color (decimal): -14859623 or 10043933. OLE color: 10043933.
HSL color Cylindrical-coordinate representation of color #1D4299: hue angle of 222.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D4299 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 66 | 153 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.4 |
| HSL | 222.1º | 0.68% | 0.36% | - |
| HSV(B) | 222.1º | 0.81% | 0.6% | - |
| XYZ | 8.2 | 6.46 | 30.95 | - |
| YUV | 64.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 153 | 0.81 | 0.57 | 0 | 0.4 | 222.1 | 0.68 | 0.36 |
| Hex | 1D | 42 | 99 | 51 | 39 | 0 | 28 | DE | 44 | 24 |
| Octal | 35 | 102 | 231 | 121 | 71 | 0 | 50 | 336 | 104 | 44 |
| Binary | 11101 | 1000010 | 10011001 | 1010001 | 111001 | 0 | 101000 | 11011110 | 1000100 | 100100 |
Color Harmonies of #1D4299
Complementary color
Monochromatic Colors of #1D4299
Black with #1D4299
Text Example
Text Example
White with #1D4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4299; }
p { color: rgb(29,66,153); }
H1.HeaderClassName
{
color: #1D4299;
}
.AnyTagClassName
{
color: #1D4299;
}
</style>
background-color css
<style>
a { background-color: #1D4299; }
a { background-color: rgb(29,66,153); }
div.DivClassName
{
background-color: #1D4299;
}
.BgClassName
{
background-color: #1D4299;
}
</style>
border-color css
<style>
span { border-color: #1D4299; }
span { border-color: rgb(29,66,153); }
td.TdClassName
{
border-color: #1D4299;
}
.TagClassName
{
border-color: #1D4299;
}
</style>