Shades of Egyptian Blue #1D229B
Tints of Egyptian Blue #1D229B
RGB
CMYK
RGB Variations
Color information
#1D229B (or 0x1D229B) is known color: Egyptian Blue. HEX triplet: 1D, 22 and 9B. RGB value is (29,34,155). Sum of RGB (Red+Green+Blue) = 29+34+155=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D229B is #E2DD64. Grayscale: #2D2D2D. Windows color (decimal): -14867813 or 10166813. OLE color: 10166813.
HSL color Cylindrical-coordinate representation of color #1D229B: hue angle of 237.62º 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 #1D229B is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 34 | 155 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.39 |
| HSL | 237.62º | 0.68% | 0.36% | - |
| HSV(B) | 237.62º | 0.81% | 0.61% | - |
| XYZ | 7 | 3.77 | 31.37 | - |
| YUV | 46.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 155 | 0.81 | 0.78 | 0 | 0.39 | 237.62 | 0.68 | 0.36 |
| Hex | 1D | 22 | 9B | 51 | 4E | 0 | 27 | EE | 44 | 24 |
| Octal | 35 | 42 | 233 | 121 | 116 | 0 | 47 | 356 | 104 | 44 |
| Binary | 11101 | 100010 | 10011011 | 1010001 | 1001110 | 0 | 100111 | 11101110 | 1000100 | 100100 |
Color Harmonies of #1D229B
Complementary color
Monochromatic Colors of #1D229B
Black with #1D229B
Text Example
Text Example
White with #1D229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D229B; }
p { color: rgb(29,34,155); }
H1.HeaderClassName
{
color: #1D229B;
}
.AnyTagClassName
{
color: #1D229B;
}
</style>
background-color css
<style>
a { background-color: #1D229B; }
a { background-color: rgb(29,34,155); }
div.DivClassName
{
background-color: #1D229B;
}
.BgClassName
{
background-color: #1D229B;
}
</style>
border-color css
<style>
span { border-color: #1D229B; }
span { border-color: rgb(29,34,155); }
td.TdClassName
{
border-color: #1D229B;
}
.TagClassName
{
border-color: #1D229B;
}
</style>