Shades of Egyptian Blue #171CA8
Tints of Egyptian Blue #171CA8
RGB
CMYK
RGB Variations
Color information
#171CA8 (or 0x171CA8) is known color: Egyptian Blue. HEX triplet: 17, 1C and A8. RGB value is (23,28,168). Sum of RGB (Red+Green+Blue) = 23+28+168=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 168 (66.02% from 255 or 76.71% from 219); Max value from RGB is 168 - color contains mainly: blue. Hex color #171CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171CA8 is #E8E357. Grayscale: #292929. Windows color (decimal): -15262552 or 11017239. OLE color: 11017239.
HSL color Cylindrical-coordinate representation of color #171CA8: hue angle of 237.93º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171CA8 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 28 | 168 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.34 |
| HSL | 237.93º | 0.76% | 0.37% | - |
| HSV(B) | 237.93º | 0.86% | 0.66% | - |
| XYZ | 7.84 | 3.84 | 37.37 | - |
| YUV | 42.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 168 | 0.86 | 0.83 | 0 | 0.34 | 237.93 | 0.76 | 0.37 |
| Hex | 17 | 1C | A8 | 56 | 53 | 0 | 22 | EE | 4C | 25 |
| Octal | 27 | 34 | 250 | 126 | 123 | 0 | 42 | 356 | 114 | 45 |
| Binary | 10111 | 11100 | 10101000 | 1010110 | 1010011 | 0 | 100010 | 11101110 | 1001100 | 100101 |
Color Harmonies of #171CA8
Complementary color
Monochromatic Colors of #171CA8
Black with #171CA8
Text Example
Text Example
White with #171CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CA8; }
p { color: rgb(23,28,168); }
H1.HeaderClassName
{
color: #171CA8;
}
.AnyTagClassName
{
color: #171CA8;
}
</style>
background-color css
<style>
a { background-color: #171CA8; }
a { background-color: rgb(23,28,168); }
div.DivClassName
{
background-color: #171CA8;
}
.BgClassName
{
background-color: #171CA8;
}
</style>
border-color css
<style>
span { border-color: #171CA8; }
span { border-color: rgb(23,28,168); }
td.TdClassName
{
border-color: #171CA8;
}
.TagClassName
{
border-color: #171CA8;
}
</style>