Shades of Egyptian Blue #171DAC
Tints of Egyptian Blue #171DAC
RGB
CMYK
RGB Variations
Color information
#171DAC (or 0x171DAC) is known color: Egyptian Blue. HEX triplet: 17, 1D and AC. RGB value is (23,29,172). Sum of RGB (Red+Green+Blue) = 23+29+172=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #171DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171DAC is #E8E253. Grayscale: #2A2A2A. Windows color (decimal): -15262292 or 11279639. OLE color: 11279639.
HSL color Cylindrical-coordinate representation of color #171DAC: hue angle of 237.58º 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 #171DAC is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 29 | 172 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.33 |
| HSL | 237.58º | 0.76% | 0.38% | - |
| HSV(B) | 237.58º | 0.87% | 0.67% | - |
| XYZ | 8.24 | 4.04 | 39.38 | - |
| YUV | 43.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 172 | 0.87 | 0.83 | 0 | 0.33 | 237.58 | 0.76 | 0.38 |
| Hex | 17 | 1D | AC | 57 | 53 | 0 | 21 | EE | 4C | 26 |
| Octal | 27 | 35 | 254 | 127 | 123 | 0 | 41 | 356 | 114 | 46 |
| Binary | 10111 | 11101 | 10101100 | 1010111 | 1010011 | 0 | 100001 | 11101110 | 1001100 | 100110 |
Color Harmonies of #171DAC
Complementary color
Monochromatic Colors of #171DAC
Black with #171DAC
Text Example
Text Example
White with #171DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DAC; }
p { color: rgb(23,29,172); }
H1.HeaderClassName
{
color: #171DAC;
}
.AnyTagClassName
{
color: #171DAC;
}
</style>
background-color css
<style>
a { background-color: #171DAC; }
a { background-color: rgb(23,29,172); }
div.DivClassName
{
background-color: #171DAC;
}
.BgClassName
{
background-color: #171DAC;
}
</style>
border-color css
<style>
span { border-color: #171DAC; }
span { border-color: rgb(23,29,172); }
td.TdClassName
{
border-color: #171DAC;
}
.TagClassName
{
border-color: #171DAC;
}
</style>