Shades of Egyptian Blue #172B9D
Tints of Egyptian Blue #172B9D
RGB
CMYK
RGB Variations
Color information
#172B9D (or 0x172B9D) is known color: Egyptian Blue. HEX triplet: 17, 2B and 9D. RGB value is (23,43,157). Sum of RGB (Red+Green+Blue) = 23+43+157=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #172B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172B9D is #E8D462. Grayscale: #313131. Windows color (decimal): -15258723 or 10300183. OLE color: 10300183.
HSL color Cylindrical-coordinate representation of color #172B9D: hue angle of 231.04º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172B9D is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 43 | 157 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.38 |
| HSL | 231.04º | 0.74% | 0.35% | - |
| HSV(B) | 231.04º | 0.85% | 0.62% | - |
| XYZ | 7.3 | 4.34 | 32.35 | - |
| YUV | 50.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 157 | 0.85 | 0.73 | 0 | 0.38 | 231.04 | 0.74 | 0.35 |
| Hex | 17 | 2B | 9D | 55 | 49 | 0 | 26 | E7 | 4A | 23 |
| Octal | 27 | 53 | 235 | 125 | 111 | 0 | 46 | 347 | 112 | 43 |
| Binary | 10111 | 101011 | 10011101 | 1010101 | 1001001 | 0 | 100110 | 11100111 | 1001010 | 100011 |
Color Harmonies of #172B9D
Complementary color
Monochromatic Colors of #172B9D
Black with #172B9D
Text Example
Text Example
White with #172B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B9D; }
p { color: rgb(23,43,157); }
H1.HeaderClassName
{
color: #172B9D;
}
.AnyTagClassName
{
color: #172B9D;
}
</style>
background-color css
<style>
a { background-color: #172B9D; }
a { background-color: rgb(23,43,157); }
div.DivClassName
{
background-color: #172B9D;
}
.BgClassName
{
background-color: #172B9D;
}
</style>
border-color css
<style>
span { border-color: #172B9D; }
span { border-color: rgb(23,43,157); }
td.TdClassName
{
border-color: #172B9D;
}
.TagClassName
{
border-color: #172B9D;
}
</style>