Shades of Egyptian Blue #172899
Tints of Egyptian Blue #172899
RGB
CMYK
RGB Variations
Color information
#172899 (or 0x172899) is known color: Egyptian Blue. HEX triplet: 17, 28 and 99. RGB value is (23,40,153). Sum of RGB (Red+Green+Blue) = 23+40+153=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #172899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172899 is #E8D766. Grayscale: #2F2F2F. Windows color (decimal): -15259495 or 10037271. OLE color: 10037271.
HSL color Cylindrical-coordinate representation of color #172899: hue angle of 232.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172899 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 40 | 153 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.4 |
| HSL | 232.15º | 0.74% | 0.35% | - |
| HSV(B) | 232.15º | 0.85% | 0.6% | - |
| XYZ | 6.86 | 4 | 30.55 | - |
| YUV | 47.8 | 187.37 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 153 | 0.85 | 0.74 | 0 | 0.4 | 232.15 | 0.74 | 0.35 |
| Hex | 17 | 28 | 99 | 55 | 4A | 0 | 28 | E8 | 4A | 23 |
| Octal | 27 | 50 | 231 | 125 | 112 | 0 | 50 | 350 | 112 | 43 |
| Binary | 10111 | 101000 | 10011001 | 1010101 | 1001010 | 0 | 101000 | 11101000 | 1001010 | 100011 |
Color Harmonies of #172899
Complementary color
Monochromatic Colors of #172899
Black with #172899
Text Example
Text Example
White with #172899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172899; }
p { color: rgb(23,40,153); }
H1.HeaderClassName
{
color: #172899;
}
.AnyTagClassName
{
color: #172899;
}
</style>
background-color css
<style>
a { background-color: #172899; }
a { background-color: rgb(23,40,153); }
div.DivClassName
{
background-color: #172899;
}
.BgClassName
{
background-color: #172899;
}
</style>
border-color css
<style>
span { border-color: #172899; }
span { border-color: rgb(23,40,153); }
td.TdClassName
{
border-color: #172899;
}
.TagClassName
{
border-color: #172899;
}
</style>