Shades of Egyptian Blue #172694
Tints of Egyptian Blue #172694
RGB
CMYK
RGB Variations
Color information
#172694 (or 0x172694) is known color: Egyptian Blue. HEX triplet: 17, 26 and 94. RGB value is (23,38,148). Sum of RGB (Red+Green+Blue) = 23+38+148=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #172694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172694 is #E8D96B. Grayscale: #2D2D2D. Windows color (decimal): -15260012 or 9709079. OLE color: 9709079.
HSL color Cylindrical-coordinate representation of color #172694: hue angle of 232.8º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172694 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 38 | 148 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.42 |
| HSL | 232.8º | 0.73% | 0.34% | - |
| HSV(B) | 232.8º | 0.84% | 0.58% | - |
| XYZ | 6.39 | 3.71 | 28.4 | - |
| YUV | 46.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 148 | 0.84 | 0.74 | 0 | 0.42 | 232.8 | 0.73 | 0.34 |
| Hex | 17 | 26 | 94 | 54 | 4A | 0 | 2A | E9 | 49 | 22 |
| Octal | 27 | 46 | 224 | 124 | 112 | 0 | 52 | 351 | 111 | 42 |
| Binary | 10111 | 100110 | 10010100 | 1010100 | 1001010 | 0 | 101010 | 11101001 | 1001001 | 100010 |
Color Harmonies of #172694
Complementary color
Monochromatic Colors of #172694
Black with #172694
Text Example
Text Example
White with #172694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172694; }
p { color: rgb(23,38,148); }
H1.HeaderClassName
{
color: #172694;
}
.AnyTagClassName
{
color: #172694;
}
</style>
background-color css
<style>
a { background-color: #172694; }
a { background-color: rgb(23,38,148); }
div.DivClassName
{
background-color: #172694;
}
.BgClassName
{
background-color: #172694;
}
</style>
border-color css
<style>
span { border-color: #172694; }
span { border-color: rgb(23,38,148); }
td.TdClassName
{
border-color: #172694;
}
.TagClassName
{
border-color: #172694;
}
</style>