Shades of Egyptian Blue #172B89
Tints of Egyptian Blue #172B89
RGB
CMYK
RGB Variations
Color information
#172B89 (or 0x172B89) is known color: Egyptian Blue. HEX triplet: 17, 2B and 89. RGB value is (23,43,137). Sum of RGB (Red+Green+Blue) = 23+43+137=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #172B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172B89 is #E8D476. Grayscale: #2F2F2F. Windows color (decimal): -15258743 or 8989463. OLE color: 8989463.
HSL color Cylindrical-coordinate representation of color #172B89: hue angle of 229.47º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172B89 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 43 | 137 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.46 |
| HSL | 229.47º | 0.71% | 0.31% | - |
| HSV(B) | 229.47º | 0.83% | 0.54% | - |
| XYZ | 5.73 | 3.72 | 24.08 | - |
| YUV | 47.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 137 | 0.83 | 0.69 | 0 | 0.46 | 229.47 | 0.71 | 0.31 |
| Hex | 17 | 2B | 89 | 53 | 45 | 0 | 2E | E5 | 47 | 1F |
| Octal | 27 | 53 | 211 | 123 | 105 | 0 | 56 | 345 | 107 | 37 |
| Binary | 10111 | 101011 | 10001001 | 1010011 | 1000101 | 0 | 101110 | 11100101 | 1000111 | 11111 |
Color Harmonies of #172B89
Complementary color
Monochromatic Colors of #172B89
Black with #172B89
Text Example
Text Example
White with #172B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B89; }
p { color: rgb(23,43,137); }
H1.HeaderClassName
{
color: #172B89;
}
.AnyTagClassName
{
color: #172B89;
}
</style>
background-color css
<style>
a { background-color: #172B89; }
a { background-color: rgb(23,43,137); }
div.DivClassName
{
background-color: #172B89;
}
.BgClassName
{
background-color: #172B89;
}
</style>
border-color css
<style>
span { border-color: #172B89; }
span { border-color: rgb(23,43,137); }
td.TdClassName
{
border-color: #172B89;
}
.TagClassName
{
border-color: #172B89;
}
</style>