Shades of Egyptian Blue #172896
Tints of Egyptian Blue #172896
RGB
CMYK
RGB Variations
Color information
#172896 (or 0x172896) is known color: Egyptian Blue. HEX triplet: 17, 28 and 96. RGB value is (23,40,150). Sum of RGB (Red+Green+Blue) = 23+40+150=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #172896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172896 is #E8D769. Grayscale: #2F2F2F. Windows color (decimal): -15259498 or 9840663. OLE color: 9840663.
HSL color Cylindrical-coordinate representation of color #172896: hue angle of 231.97º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172896 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 40 | 150 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.41 |
| HSL | 231.97º | 0.73% | 0.34% | - |
| HSV(B) | 231.97º | 0.85% | 0.59% | - |
| XYZ | 6.62 | 3.9 | 29.26 | - |
| YUV | 47.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 150 | 0.85 | 0.73 | 0 | 0.41 | 231.97 | 0.73 | 0.34 |
| Hex | 17 | 28 | 96 | 55 | 49 | 0 | 29 | E8 | 49 | 22 |
| Octal | 27 | 50 | 226 | 125 | 111 | 0 | 51 | 350 | 111 | 42 |
| Binary | 10111 | 101000 | 10010110 | 1010101 | 1001001 | 0 | 101001 | 11101000 | 1001001 | 100010 |
Color Harmonies of #172896
Complementary color
Monochromatic Colors of #172896
Black with #172896
Text Example
Text Example
White with #172896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172896; }
p { color: rgb(23,40,150); }
H1.HeaderClassName
{
color: #172896;
}
.AnyTagClassName
{
color: #172896;
}
</style>
background-color css
<style>
a { background-color: #172896; }
a { background-color: rgb(23,40,150); }
div.DivClassName
{
background-color: #172896;
}
.BgClassName
{
background-color: #172896;
}
</style>
border-color css
<style>
span { border-color: #172896; }
span { border-color: rgb(23,40,150); }
td.TdClassName
{
border-color: #172896;
}
.TagClassName
{
border-color: #172896;
}
</style>