Shades of Egyptian Blue #172C91
Tints of Egyptian Blue #172C91
RGB
CMYK
RGB Variations
Color information
#172C91 (or 0x172C91) is known color: Egyptian Blue. HEX triplet: 17, 2C and 91. RGB value is (23,44,145). Sum of RGB (Red+Green+Blue) = 23+44+145=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #172C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C91 is #E8D36E. Grayscale: #303030. Windows color (decimal): -15258479 or 9514007. OLE color: 9514007.
HSL color Cylindrical-coordinate representation of color #172C91: hue angle of 229.67º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172C91 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 44 | 145 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.43 |
| HSL | 229.67º | 0.73% | 0.33% | - |
| HSV(B) | 229.67º | 0.84% | 0.57% | - |
| XYZ | 6.36 | 4.03 | 27.23 | - |
| YUV | 49.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 145 | 0.84 | 0.70 | 0 | 0.43 | 229.67 | 0.73 | 0.33 |
| Hex | 17 | 2C | 91 | 54 | 46 | 0 | 2B | E6 | 49 | 21 |
| Octal | 27 | 54 | 221 | 124 | 106 | 0 | 53 | 346 | 111 | 41 |
| Binary | 10111 | 101100 | 10010001 | 1010100 | 1000110 | 0 | 101011 | 11100110 | 1001001 | 100001 |
Color Harmonies of #172C91
Complementary color
Monochromatic Colors of #172C91
Black with #172C91
Text Example
Text Example
White with #172C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C91; }
p { color: rgb(23,44,145); }
H1.HeaderClassName
{
color: #172C91;
}
.AnyTagClassName
{
color: #172C91;
}
</style>
background-color css
<style>
a { background-color: #172C91; }
a { background-color: rgb(23,44,145); }
div.DivClassName
{
background-color: #172C91;
}
.BgClassName
{
background-color: #172C91;
}
</style>
border-color css
<style>
span { border-color: #172C91; }
span { border-color: rgb(23,44,145); }
td.TdClassName
{
border-color: #172C91;
}
.TagClassName
{
border-color: #172C91;
}
</style>