Shades of Egyptian Blue #1D2597
Tints of Egyptian Blue #1D2597
RGB
CMYK
RGB Variations
Color information
#1D2597 (or 0x1D2597) is known color: Egyptian Blue. HEX triplet: 1D, 25 and 97. RGB value is (29,37,151). Sum of RGB (Red+Green+Blue) = 29+37+151=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D2597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2597 is #E2DA68. Grayscale: #2F2F2F. Windows color (decimal): -14867049 or 9905437. OLE color: 9905437.
HSL color Cylindrical-coordinate representation of color #1D2597: hue angle of 236.07º 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 #1D2597 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 37 | 151 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.41 |
| HSL | 236.07º | 0.68% | 0.35% | - |
| HSV(B) | 236.07º | 0.81% | 0.59% | - |
| XYZ | 6.75 | 3.82 | 29.66 | - |
| YUV | 47.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 151 | 0.81 | 0.75 | 0 | 0.41 | 236.07 | 0.68 | 0.35 |
| Hex | 1D | 25 | 97 | 51 | 4B | 0 | 29 | EC | 44 | 23 |
| Octal | 35 | 45 | 227 | 121 | 113 | 0 | 51 | 354 | 104 | 43 |
| Binary | 11101 | 100101 | 10010111 | 1010001 | 1001011 | 0 | 101001 | 11101100 | 1000100 | 100011 |
Color Harmonies of #1D2597
Complementary color
Monochromatic Colors of #1D2597
Black with #1D2597
Text Example
Text Example
White with #1D2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2597; }
p { color: rgb(29,37,151); }
H1.HeaderClassName
{
color: #1D2597;
}
.AnyTagClassName
{
color: #1D2597;
}
</style>
background-color css
<style>
a { background-color: #1D2597; }
a { background-color: rgb(29,37,151); }
div.DivClassName
{
background-color: #1D2597;
}
.BgClassName
{
background-color: #1D2597;
}
</style>
border-color css
<style>
span { border-color: #1D2597; }
span { border-color: rgb(29,37,151); }
td.TdClassName
{
border-color: #1D2597;
}
.TagClassName
{
border-color: #1D2597;
}
</style>