Shades of Egyptian Blue #172CAF
Tints of Egyptian Blue #172CAF
RGB
CMYK
RGB Variations
Color information
#172CAF (or 0x172CAF) is known color: Egyptian Blue. HEX triplet: 17, 2C and AF. RGB value is (23,44,175). Sum of RGB (Red+Green+Blue) = 23+44+175=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #172CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172CAF is #E8D350. Grayscale: #343434. Windows color (decimal): -15258449 or 11480087. OLE color: 11480087.
HSL color Cylindrical-coordinate representation of color #172CAF: hue angle of 231.71º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172CAF is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 44 | 175 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.31 |
| HSL | 231.71º | 0.77% | 0.39% | - |
| HSV(B) | 231.71º | 0.87% | 0.69% | - |
| XYZ | 8.99 | 5.08 | 41.06 | - |
| YUV | 52.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 175 | 0.87 | 0.75 | 0 | 0.31 | 231.71 | 0.77 | 0.39 |
| Hex | 17 | 2C | AF | 57 | 4B | 0 | 1F | E8 | 4D | 27 |
| Octal | 27 | 54 | 257 | 127 | 113 | 0 | 37 | 350 | 115 | 47 |
| Binary | 10111 | 101100 | 10101111 | 1010111 | 1001011 | 0 | 11111 | 11101000 | 1001101 | 100111 |
Color Harmonies of #172CAF
Complementary color
Monochromatic Colors of #172CAF
Black with #172CAF
Text Example
Text Example
White with #172CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CAF; }
p { color: rgb(23,44,175); }
H1.HeaderClassName
{
color: #172CAF;
}
.AnyTagClassName
{
color: #172CAF;
}
</style>
background-color css
<style>
a { background-color: #172CAF; }
a { background-color: rgb(23,44,175); }
div.DivClassName
{
background-color: #172CAF;
}
.BgClassName
{
background-color: #172CAF;
}
</style>
border-color css
<style>
span { border-color: #172CAF; }
span { border-color: rgb(23,44,175); }
td.TdClassName
{
border-color: #172CAF;
}
.TagClassName
{
border-color: #172CAF;
}
</style>