Shades of Egyptian Blue #172C9B
Tints of Egyptian Blue #172C9B
RGB
CMYK
RGB Variations
Color information
#172C9B (or 0x172C9B) is known color: Egyptian Blue. HEX triplet: 17, 2C and 9B. RGB value is (23,44,155). Sum of RGB (Red+Green+Blue) = 23+44+155=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #172C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C9B is #E8D364. Grayscale: #313131. Windows color (decimal): -15258469 or 10169367. OLE color: 10169367.
HSL color Cylindrical-coordinate representation of color #172C9B: hue angle of 230.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172C9B is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 44 | 155 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.39 |
| HSL | 230.45º | 0.74% | 0.35% | - |
| HSV(B) | 230.45º | 0.85% | 0.61% | - |
| XYZ | 7.17 | 4.35 | 31.47 | - |
| YUV | 50.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 155 | 0.85 | 0.72 | 0 | 0.39 | 230.45 | 0.74 | 0.35 |
| Hex | 17 | 2C | 9B | 55 | 48 | 0 | 27 | E6 | 4A | 23 |
| Octal | 27 | 54 | 233 | 125 | 110 | 0 | 47 | 346 | 112 | 43 |
| Binary | 10111 | 101100 | 10011011 | 1010101 | 1001000 | 0 | 100111 | 11100110 | 1001010 | 100011 |
Color Harmonies of #172C9B
Complementary color
Monochromatic Colors of #172C9B
Black with #172C9B
Text Example
Text Example
White with #172C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C9B; }
p { color: rgb(23,44,155); }
H1.HeaderClassName
{
color: #172C9B;
}
.AnyTagClassName
{
color: #172C9B;
}
</style>
background-color css
<style>
a { background-color: #172C9B; }
a { background-color: rgb(23,44,155); }
div.DivClassName
{
background-color: #172C9B;
}
.BgClassName
{
background-color: #172C9B;
}
</style>
border-color css
<style>
span { border-color: #172C9B; }
span { border-color: rgb(23,44,155); }
td.TdClassName
{
border-color: #172C9B;
}
.TagClassName
{
border-color: #172C9B;
}
</style>