Shades of Egyptian Blue #171CAF
Tints of Egyptian Blue #171CAF
RGB
CMYK
RGB Variations
Color information
#171CAF (or 0x171CAF) is known color: Egyptian Blue. HEX triplet: 17, 1C and AF. RGB value is (23,28,175). Sum of RGB (Red+Green+Blue) = 23+28+175=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #171CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171CAF is #E8E350. Grayscale: #2A2A2A. Windows color (decimal): -15262545 or 11475991. OLE color: 11475991.
HSL color Cylindrical-coordinate representation of color #171CAF: hue angle of 238.03º 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 #171CAF is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 28 | 175 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.31 |
| HSL | 238.03º | 0.77% | 0.39% | - |
| HSV(B) | 238.03º | 0.87% | 0.69% | - |
| XYZ | 8.51 | 4.11 | 40.9 | - |
| YUV | 43.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 175 | 0.87 | 0.84 | 0 | 0.31 | 238.03 | 0.77 | 0.39 |
| Hex | 17 | 1C | AF | 57 | 54 | 0 | 1F | EE | 4D | 27 |
| Octal | 27 | 34 | 257 | 127 | 124 | 0 | 37 | 356 | 115 | 47 |
| Binary | 10111 | 11100 | 10101111 | 1010111 | 1010100 | 0 | 11111 | 11101110 | 1001101 | 100111 |
Color Harmonies of #171CAF
Complementary color
Monochromatic Colors of #171CAF
Black with #171CAF
Text Example
Text Example
White with #171CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CAF; }
p { color: rgb(23,28,175); }
H1.HeaderClassName
{
color: #171CAF;
}
.AnyTagClassName
{
color: #171CAF;
}
</style>
background-color css
<style>
a { background-color: #171CAF; }
a { background-color: rgb(23,28,175); }
div.DivClassName
{
background-color: #171CAF;
}
.BgClassName
{
background-color: #171CAF;
}
</style>
border-color css
<style>
span { border-color: #171CAF; }
span { border-color: rgb(23,28,175); }
td.TdClassName
{
border-color: #171CAF;
}
.TagClassName
{
border-color: #171CAF;
}
</style>