Shades of Egyptian Blue #172696
Tints of Egyptian Blue #172696
RGB
CMYK
RGB Variations
Color information
#172696 (or 0x172696) is known color: Egyptian Blue. HEX triplet: 17, 26 and 96. RGB value is (23,38,150). Sum of RGB (Red+Green+Blue) = 23+38+150=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #172696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172696 is #E8D969. Grayscale: #2D2D2D. Windows color (decimal): -15260010 or 9840151. OLE color: 9840151.
HSL color Cylindrical-coordinate representation of color #172696: hue angle of 232.91º 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 #172696 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 38 | 150 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.41 |
| HSL | 232.91º | 0.73% | 0.34% | - |
| HSV(B) | 232.91º | 0.85% | 0.59% | - |
| XYZ | 6.55 | 3.77 | 29.24 | - |
| YUV | 46.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 150 | 0.85 | 0.75 | 0 | 0.41 | 232.91 | 0.73 | 0.34 |
| Hex | 17 | 26 | 96 | 55 | 4B | 0 | 29 | E9 | 49 | 22 |
| Octal | 27 | 46 | 226 | 125 | 113 | 0 | 51 | 351 | 111 | 42 |
| Binary | 10111 | 100110 | 10010110 | 1010101 | 1001011 | 0 | 101001 | 11101001 | 1001001 | 100010 |
Color Harmonies of #172696
Complementary color
Monochromatic Colors of #172696
Black with #172696
Text Example
Text Example
White with #172696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172696; }
p { color: rgb(23,38,150); }
H1.HeaderClassName
{
color: #172696;
}
.AnyTagClassName
{
color: #172696;
}
</style>
background-color css
<style>
a { background-color: #172696; }
a { background-color: rgb(23,38,150); }
div.DivClassName
{
background-color: #172696;
}
.BgClassName
{
background-color: #172696;
}
</style>
border-color css
<style>
span { border-color: #172696; }
span { border-color: rgb(23,38,150); }
td.TdClassName
{
border-color: #172696;
}
.TagClassName
{
border-color: #172696;
}
</style>