Shades of Egyptian Blue #172598
Tints of Egyptian Blue #172598
RGB
CMYK
RGB Variations
Color information
#172598 (or 0x172598) is known color: Egyptian Blue. HEX triplet: 17, 25 and 98. RGB value is (23,37,152). Sum of RGB (Red+Green+Blue) = 23+37+152=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #172598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172598 is #E8DA67. Grayscale: #2D2D2D. Windows color (decimal): -15260264 or 9970967. OLE color: 9970967.
HSL color Cylindrical-coordinate representation of color #172598: hue angle of 233.49º 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 #172598 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 37 | 152 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.40 |
| HSL | 233.49º | 0.74% | 0.34% | - |
| HSV(B) | 233.49º | 0.85% | 0.6% | - |
| XYZ | 6.68 | 3.77 | 30.08 | - |
| YUV | 45.92 | 187.86 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 152 | 0.85 | 0.76 | 0 | 0.40 | 233.49 | 0.74 | 0.34 |
| Hex | 17 | 25 | 98 | 55 | 4C | 0 | 28 | E9 | 4A | 22 |
| Octal | 27 | 45 | 230 | 125 | 114 | 0 | 50 | 351 | 112 | 42 |
| Binary | 10111 | 100101 | 10011000 | 1010101 | 1001100 | 0 | 101000 | 11101001 | 1001010 | 100010 |
Color Harmonies of #172598
Complementary color
Monochromatic Colors of #172598
Black with #172598
Text Example
Text Example
White with #172598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172598; }
p { color: rgb(23,37,152); }
H1.HeaderClassName
{
color: #172598;
}
.AnyTagClassName
{
color: #172598;
}
</style>
background-color css
<style>
a { background-color: #172598; }
a { background-color: rgb(23,37,152); }
div.DivClassName
{
background-color: #172598;
}
.BgClassName
{
background-color: #172598;
}
</style>
border-color css
<style>
span { border-color: #172598; }
span { border-color: rgb(23,37,152); }
td.TdClassName
{
border-color: #172598;
}
.TagClassName
{
border-color: #172598;
}
</style>