Shades of Egyptian Blue #172BAC
Tints of Egyptian Blue #172BAC
RGB
CMYK
RGB Variations
Color information
#172BAC (or 0x172BAC) is known color: Egyptian Blue. HEX triplet: 17, 2B and AC. RGB value is (23,43,172). Sum of RGB (Red+Green+Blue) = 23+43+172=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #172BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172BAC is #E8D453. Grayscale: #333333. Windows color (decimal): -15258708 or 11283223. OLE color: 11283223.
HSL color Cylindrical-coordinate representation of color #172BAC: hue angle of 231.95º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172BAC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 43 | 172 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.33 |
| HSL | 231.95º | 0.76% | 0.38% | - |
| HSV(B) | 231.95º | 0.87% | 0.67% | - |
| XYZ | 8.66 | 4.89 | 39.52 | - |
| YUV | 51.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 172 | 0.87 | 0.75 | 0 | 0.33 | 231.95 | 0.76 | 0.38 |
| Hex | 17 | 2B | AC | 57 | 4B | 0 | 21 | E8 | 4C | 26 |
| Octal | 27 | 53 | 254 | 127 | 113 | 0 | 41 | 350 | 114 | 46 |
| Binary | 10111 | 101011 | 10101100 | 1010111 | 1001011 | 0 | 100001 | 11101000 | 1001100 | 100110 |
Color Harmonies of #172BAC
Complementary color
Monochromatic Colors of #172BAC
Black with #172BAC
Text Example
Text Example
White with #172BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BAC; }
p { color: rgb(23,43,172); }
H1.HeaderClassName
{
color: #172BAC;
}
.AnyTagClassName
{
color: #172BAC;
}
</style>
background-color css
<style>
a { background-color: #172BAC; }
a { background-color: rgb(23,43,172); }
div.DivClassName
{
background-color: #172BAC;
}
.BgClassName
{
background-color: #172BAC;
}
</style>
border-color css
<style>
span { border-color: #172BAC; }
span { border-color: rgb(23,43,172); }
td.TdClassName
{
border-color: #172BAC;
}
.TagClassName
{
border-color: #172BAC;
}
</style>