Shades of Egyptian Blue #172B8D
Tints of Egyptian Blue #172B8D
RGB
CMYK
RGB Variations
Color information
#172B8D (or 0x172B8D) is known color: Egyptian Blue. HEX triplet: 17, 2B and 8D. RGB value is (23,43,141). Sum of RGB (Red+Green+Blue) = 23+43+141=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #172B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172B8D is #E8D472. Grayscale: #2F2F2F. Windows color (decimal): -15258739 or 9251607. OLE color: 9251607.
HSL color Cylindrical-coordinate representation of color #172B8D: hue angle of 229.83º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172B8D is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 43 | 141 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.45 |
| HSL | 229.83º | 0.72% | 0.32% | - |
| HSV(B) | 229.83º | 0.84% | 0.55% | - |
| XYZ | 6.02 | 3.83 | 25.62 | - |
| YUV | 48.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 141 | 0.84 | 0.70 | 0 | 0.45 | 229.83 | 0.72 | 0.32 |
| Hex | 17 | 2B | 8D | 54 | 46 | 0 | 2D | E6 | 48 | 20 |
| Octal | 27 | 53 | 215 | 124 | 106 | 0 | 55 | 346 | 110 | 40 |
| Binary | 10111 | 101011 | 10001101 | 1010100 | 1000110 | 0 | 101101 | 11100110 | 1001000 | 100000 |
Color Harmonies of #172B8D
Complementary color
Monochromatic Colors of #172B8D
Black with #172B8D
Text Example
Text Example
White with #172B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B8D; }
p { color: rgb(23,43,141); }
H1.HeaderClassName
{
color: #172B8D;
}
.AnyTagClassName
{
color: #172B8D;
}
</style>
background-color css
<style>
a { background-color: #172B8D; }
a { background-color: rgb(23,43,141); }
div.DivClassName
{
background-color: #172B8D;
}
.BgClassName
{
background-color: #172B8D;
}
</style>
border-color css
<style>
span { border-color: #172B8D; }
span { border-color: rgb(23,43,141); }
td.TdClassName
{
border-color: #172B8D;
}
.TagClassName
{
border-color: #172B8D;
}
</style>