Shades of Egyptian Blue #172298
Tints of Egyptian Blue #172298
RGB
CMYK
RGB Variations
Color information
#172298 (or 0x172298) is known color: Egyptian Blue. HEX triplet: 17, 22 and 98. RGB value is (23,34,152). Sum of RGB (Red+Green+Blue) = 23+34+152=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #172298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172298 is #E8DD67. Grayscale: #2B2B2B. Windows color (decimal): -15261032 or 9970199. OLE color: 9970199.
HSL color Cylindrical-coordinate representation of color #172298: hue angle of 234.88º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172298 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 34 | 152 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.40 |
| HSL | 234.88º | 0.74% | 0.34% | - |
| HSV(B) | 234.88º | 0.85% | 0.6% | - |
| XYZ | 6.59 | 3.59 | 30.05 | - |
| YUV | 44.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 152 | 0.85 | 0.78 | 0 | 0.40 | 234.88 | 0.74 | 0.34 |
| Hex | 17 | 22 | 98 | 55 | 4E | 0 | 28 | EB | 4A | 22 |
| Octal | 27 | 42 | 230 | 125 | 116 | 0 | 50 | 353 | 112 | 42 |
| Binary | 10111 | 100010 | 10011000 | 1010101 | 1001110 | 0 | 101000 | 11101011 | 1001010 | 100010 |
Color Harmonies of #172298
Complementary color
Monochromatic Colors of #172298
Black with #172298
Text Example
Text Example
White with #172298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172298; }
p { color: rgb(23,34,152); }
H1.HeaderClassName
{
color: #172298;
}
.AnyTagClassName
{
color: #172298;
}
</style>
background-color css
<style>
a { background-color: #172298; }
a { background-color: rgb(23,34,152); }
div.DivClassName
{
background-color: #172298;
}
.BgClassName
{
background-color: #172298;
}
</style>
border-color css
<style>
span { border-color: #172298; }
span { border-color: rgb(23,34,152); }
td.TdClassName
{
border-color: #172298;
}
.TagClassName
{
border-color: #172298;
}
</style>