Shades of Egyptian Blue #172A89
Tints of Egyptian Blue #172A89
RGB
CMYK
RGB Variations
Color information
#172A89 (or 0x172A89) is known color: Egyptian Blue. HEX triplet: 17, 2A and 89. RGB value is (23,42,137). Sum of RGB (Red+Green+Blue) = 23+42+137=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #172A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A89 is #E8D576. Grayscale: #2E2E2E. Windows color (decimal): -15258999 or 8989207. OLE color: 8989207.
HSL color Cylindrical-coordinate representation of color #172A89: hue angle of 230º 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 #172A89 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 42 | 137 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.46 |
| HSL | 230º | 0.71% | 0.31% | - |
| HSV(B) | 230º | 0.83% | 0.54% | - |
| XYZ | 5.7 | 3.64 | 24.07 | - |
| YUV | 47.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 137 | 0.83 | 0.69 | 0 | 0.46 | 230 | 0.71 | 0.31 |
| Hex | 17 | 2A | 89 | 53 | 45 | 0 | 2E | E6 | 47 | 1F |
| Octal | 27 | 52 | 211 | 123 | 105 | 0 | 56 | 346 | 107 | 37 |
| Binary | 10111 | 101010 | 10001001 | 1010011 | 1000101 | 0 | 101110 | 11100110 | 1000111 | 11111 |
Color Harmonies of #172A89
Complementary color
Monochromatic Colors of #172A89
Black with #172A89
Text Example
Text Example
White with #172A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A89; }
p { color: rgb(23,42,137); }
H1.HeaderClassName
{
color: #172A89;
}
.AnyTagClassName
{
color: #172A89;
}
</style>
background-color css
<style>
a { background-color: #172A89; }
a { background-color: rgb(23,42,137); }
div.DivClassName
{
background-color: #172A89;
}
.BgClassName
{
background-color: #172A89;
}
</style>
border-color css
<style>
span { border-color: #172A89; }
span { border-color: rgb(23,42,137); }
td.TdClassName
{
border-color: #172A89;
}
.TagClassName
{
border-color: #172A89;
}
</style>