Shades of Egyptian Blue #172996
Tints of Egyptian Blue #172996
RGB
CMYK
RGB Variations
Color information
#172996 (or 0x172996) is known color: Egyptian Blue. HEX triplet: 17, 29 and 96. RGB value is (23,41,150). Sum of RGB (Red+Green+Blue) = 23+41+150=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #172996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172996 is #E8D669. Grayscale: #2F2F2F. Windows color (decimal): -15259242 or 9840919. OLE color: 9840919.
HSL color Cylindrical-coordinate representation of color #172996: hue angle of 231.5º 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 #172996 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 41 | 150 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.41 |
| HSL | 231.5º | 0.73% | 0.34% | - |
| HSV(B) | 231.5º | 0.85% | 0.59% | - |
| XYZ | 6.65 | 3.97 | 29.27 | - |
| YUV | 48.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 150 | 0.85 | 0.73 | 0 | 0.41 | 231.5 | 0.73 | 0.34 |
| Hex | 17 | 29 | 96 | 55 | 49 | 0 | 29 | E7 | 49 | 22 |
| Octal | 27 | 51 | 226 | 125 | 111 | 0 | 51 | 347 | 111 | 42 |
| Binary | 10111 | 101001 | 10010110 | 1010101 | 1001001 | 0 | 101001 | 11100111 | 1001001 | 100010 |
Color Harmonies of #172996
Complementary color
Monochromatic Colors of #172996
Black with #172996
Text Example
Text Example
White with #172996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172996; }
p { color: rgb(23,41,150); }
H1.HeaderClassName
{
color: #172996;
}
.AnyTagClassName
{
color: #172996;
}
</style>
background-color css
<style>
a { background-color: #172996; }
a { background-color: rgb(23,41,150); }
div.DivClassName
{
background-color: #172996;
}
.BgClassName
{
background-color: #172996;
}
</style>
border-color css
<style>
span { border-color: #172996; }
span { border-color: rgb(23,41,150); }
td.TdClassName
{
border-color: #172996;
}
.TagClassName
{
border-color: #172996;
}
</style>