Shades of Egyptian Blue #172399
Tints of Egyptian Blue #172399
RGB
CMYK
RGB Variations
Color information
#172399 (or 0x172399) is known color: Egyptian Blue. HEX triplet: 17, 23 and 99. RGB value is (23,35,153). Sum of RGB (Red+Green+Blue) = 23+35+153=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #172399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172399 is #E8DC66. Grayscale: #2C2C2C. Windows color (decimal): -15260775 or 10035991. OLE color: 10035991.
HSL color Cylindrical-coordinate representation of color #172399: hue angle of 234.46º 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 #172399 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 35 | 153 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.4 |
| HSL | 234.46º | 0.74% | 0.35% | - |
| HSV(B) | 234.46º | 0.85% | 0.6% | - |
| XYZ | 6.7 | 3.68 | 30.49 | - |
| YUV | 44.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 153 | 0.85 | 0.77 | 0 | 0.4 | 234.46 | 0.74 | 0.35 |
| Hex | 17 | 23 | 99 | 55 | 4D | 0 | 28 | EA | 4A | 23 |
| Octal | 27 | 43 | 231 | 125 | 115 | 0 | 50 | 352 | 112 | 43 |
| Binary | 10111 | 100011 | 10011001 | 1010101 | 1001101 | 0 | 101000 | 11101010 | 1001010 | 100011 |
Color Harmonies of #172399
Complementary color
Monochromatic Colors of #172399
Black with #172399
Text Example
Text Example
White with #172399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172399; }
p { color: rgb(23,35,153); }
H1.HeaderClassName
{
color: #172399;
}
.AnyTagClassName
{
color: #172399;
}
</style>
background-color css
<style>
a { background-color: #172399; }
a { background-color: rgb(23,35,153); }
div.DivClassName
{
background-color: #172399;
}
.BgClassName
{
background-color: #172399;
}
</style>
border-color css
<style>
span { border-color: #172399; }
span { border-color: rgb(23,35,153); }
td.TdClassName
{
border-color: #172399;
}
.TagClassName
{
border-color: #172399;
}
</style>