Shades of Egyptian Blue #1D299B
Tints of Egyptian Blue #1D299B
RGB
CMYK
RGB Variations
Color information
#1D299B (or 0x1D299B) is known color: Egyptian Blue. HEX triplet: 1D, 29 and 9B. RGB value is (29,41,155). Sum of RGB (Red+Green+Blue) = 29+41+155=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D299B is #E2D664. Grayscale: #313131. Windows color (decimal): -14866021 or 10168605. OLE color: 10168605.
HSL color Cylindrical-coordinate representation of color #1D299B: hue angle of 234.29º degrees, saturation: 0.68, 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 #1D299B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 41 | 155 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.39 |
| HSL | 234.29º | 0.68% | 0.36% | - |
| HSV(B) | 234.29º | 0.81% | 0.61% | - |
| XYZ | 7.22 | 4.21 | 31.44 | - |
| YUV | 50.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 155 | 0.81 | 0.74 | 0 | 0.39 | 234.29 | 0.68 | 0.36 |
| Hex | 1D | 29 | 9B | 51 | 4A | 0 | 27 | EA | 44 | 24 |
| Octal | 35 | 51 | 233 | 121 | 112 | 0 | 47 | 352 | 104 | 44 |
| Binary | 11101 | 101001 | 10011011 | 1010001 | 1001010 | 0 | 100111 | 11101010 | 1000100 | 100100 |
Color Harmonies of #1D299B
Complementary color
Monochromatic Colors of #1D299B
Black with #1D299B
Text Example
Text Example
White with #1D299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D299B; }
p { color: rgb(29,41,155); }
H1.HeaderClassName
{
color: #1D299B;
}
.AnyTagClassName
{
color: #1D299B;
}
</style>
background-color css
<style>
a { background-color: #1D299B; }
a { background-color: rgb(29,41,155); }
div.DivClassName
{
background-color: #1D299B;
}
.BgClassName
{
background-color: #1D299B;
}
</style>
border-color css
<style>
span { border-color: #1D299B; }
span { border-color: rgb(29,41,155); }
td.TdClassName
{
border-color: #1D299B;
}
.TagClassName
{
border-color: #1D299B;
}
</style>