Shades of Egyptian Blue #171FA6
Tints of Egyptian Blue #171FA6
RGB
CMYK
RGB Variations
Color information
#171FA6 (or 0x171FA6) is known color: Egyptian Blue. HEX triplet: 17, 1F and A6. RGB value is (23,31,166). Sum of RGB (Red+Green+Blue) = 23+31+166=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #171FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FA6 is #E8E059. Grayscale: #2B2B2B. Windows color (decimal): -15261786 or 10886935. OLE color: 10886935.
HSL color Cylindrical-coordinate representation of color #171FA6: hue angle of 236.64º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171FA6 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 31 | 166 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.35 |
| HSL | 236.64º | 0.76% | 0.37% | - |
| HSV(B) | 236.64º | 0.86% | 0.65% | - |
| XYZ | 7.73 | 3.92 | 36.42 | - |
| YUV | 44 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 166 | 0.86 | 0.81 | 0 | 0.35 | 236.64 | 0.76 | 0.37 |
| Hex | 17 | 1F | A6 | 56 | 51 | 0 | 23 | ED | 4C | 25 |
| Octal | 27 | 37 | 246 | 126 | 121 | 0 | 43 | 355 | 114 | 45 |
| Binary | 10111 | 11111 | 10100110 | 1010110 | 1010001 | 0 | 100011 | 11101101 | 1001100 | 100101 |
Color Harmonies of #171FA6
Complementary color
Monochromatic Colors of #171FA6
Black with #171FA6
Text Example
Text Example
White with #171FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FA6; }
p { color: rgb(23,31,166); }
H1.HeaderClassName
{
color: #171FA6;
}
.AnyTagClassName
{
color: #171FA6;
}
</style>
background-color css
<style>
a { background-color: #171FA6; }
a { background-color: rgb(23,31,166); }
div.DivClassName
{
background-color: #171FA6;
}
.BgClassName
{
background-color: #171FA6;
}
</style>
border-color css
<style>
span { border-color: #171FA6; }
span { border-color: rgb(23,31,166); }
td.TdClassName
{
border-color: #171FA6;
}
.TagClassName
{
border-color: #171FA6;
}
</style>