Shades of Egyptian Blue #172B90
Tints of Egyptian Blue #172B90
RGB
CMYK
RGB Variations
Color information
#172B90 (or 0x172B90) is known color: Egyptian Blue. HEX triplet: 17, 2B and 90. RGB value is (23,43,144). Sum of RGB (Red+Green+Blue) = 23+43+144=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #172B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172B90 is #E8D46F. Grayscale: #303030. Windows color (decimal): -15258736 or 9448215. OLE color: 9448215.
HSL color Cylindrical-coordinate representation of color #172B90: hue angle of 230.08º 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 #172B90 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 43 | 144 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.44 |
| HSL | 230.08º | 0.72% | 0.33% | - |
| HSV(B) | 230.08º | 0.84% | 0.56% | - |
| XYZ | 6.25 | 3.92 | 26.81 | - |
| YUV | 48.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 144 | 0.84 | 0.70 | 0 | 0.44 | 230.08 | 0.72 | 0.33 |
| Hex | 17 | 2B | 90 | 54 | 46 | 0 | 2C | E6 | 48 | 21 |
| Octal | 27 | 53 | 220 | 124 | 106 | 0 | 54 | 346 | 110 | 41 |
| Binary | 10111 | 101011 | 10010000 | 1010100 | 1000110 | 0 | 101100 | 11100110 | 1001000 | 100001 |
Color Harmonies of #172B90
Complementary color
Monochromatic Colors of #172B90
Black with #172B90
Text Example
Text Example
White with #172B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B90; }
p { color: rgb(23,43,144); }
H1.HeaderClassName
{
color: #172B90;
}
.AnyTagClassName
{
color: #172B90;
}
</style>
background-color css
<style>
a { background-color: #172B90; }
a { background-color: rgb(23,43,144); }
div.DivClassName
{
background-color: #172B90;
}
.BgClassName
{
background-color: #172B90;
}
</style>
border-color css
<style>
span { border-color: #172B90; }
span { border-color: rgb(23,43,144); }
td.TdClassName
{
border-color: #172B90;
}
.TagClassName
{
border-color: #172B90;
}
</style>