Shades of Egyptian Blue #172690
Tints of Egyptian Blue #172690
RGB
CMYK
RGB Variations
Color information
#172690 (or 0x172690) is known color: Egyptian Blue. HEX triplet: 17, 26 and 90. RGB value is (23,38,144). Sum of RGB (Red+Green+Blue) = 23+38+144=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #172690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172690 is #E8D96F. Grayscale: #2D2D2D. Windows color (decimal): -15260016 or 9446935. OLE color: 9446935.
HSL color Cylindrical-coordinate representation of color #172690: hue angle of 232.56º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172690 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 38 | 144 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.44 |
| HSL | 232.56º | 0.72% | 0.33% | - |
| HSV(B) | 232.56º | 0.84% | 0.56% | - |
| XYZ | 6.08 | 3.58 | 26.76 | - |
| YUV | 45.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 144 | 0.84 | 0.74 | 0 | 0.44 | 232.56 | 0.72 | 0.33 |
| Hex | 17 | 26 | 90 | 54 | 4A | 0 | 2C | E9 | 48 | 21 |
| Octal | 27 | 46 | 220 | 124 | 112 | 0 | 54 | 351 | 110 | 41 |
| Binary | 10111 | 100110 | 10010000 | 1010100 | 1001010 | 0 | 101100 | 11101001 | 1001000 | 100001 |
Color Harmonies of #172690
Complementary color
Monochromatic Colors of #172690
Black with #172690
Text Example
Text Example
White with #172690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172690; }
p { color: rgb(23,38,144); }
H1.HeaderClassName
{
color: #172690;
}
.AnyTagClassName
{
color: #172690;
}
</style>
background-color css
<style>
a { background-color: #172690; }
a { background-color: rgb(23,38,144); }
div.DivClassName
{
background-color: #172690;
}
.BgClassName
{
background-color: #172690;
}
</style>
border-color css
<style>
span { border-color: #172690; }
span { border-color: rgb(23,38,144); }
td.TdClassName
{
border-color: #172690;
}
.TagClassName
{
border-color: #172690;
}
</style>