Shades of Egyptian Blue #171EB2
Tints of Egyptian Blue #171EB2
RGB
CMYK
RGB Variations
Color information
#171EB2 (or 0x171EB2) is known color: Egyptian Blue. HEX triplet: 17, 1E and B2. RGB value is (23,30,178). Sum of RGB (Red+Green+Blue) = 23+30+178=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #171EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171EB2 is #E8E14D. Grayscale: #2C2C2C. Windows color (decimal): -15262030 or 11673111. OLE color: 11673111.
HSL color Cylindrical-coordinate representation of color #171EB2: hue angle of 237.29º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171EB2 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 30 | 178 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.30 |
| HSL | 237.29º | 0.77% | 0.39% | - |
| HSV(B) | 237.29º | 0.87% | 0.7% | - |
| XYZ | 8.85 | 4.33 | 42.49 | - |
| YUV | 44.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 178 | 0.87 | 0.83 | 0 | 0.30 | 237.29 | 0.77 | 0.39 |
| Hex | 17 | 1E | B2 | 57 | 53 | 0 | 1E | ED | 4D | 27 |
| Octal | 27 | 36 | 262 | 127 | 123 | 0 | 36 | 355 | 115 | 47 |
| Binary | 10111 | 11110 | 10110010 | 1010111 | 1010011 | 0 | 11110 | 11101101 | 1001101 | 100111 |
Color Harmonies of #171EB2
Complementary color
Monochromatic Colors of #171EB2
Black with #171EB2
Text Example
Text Example
White with #171EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171EB2; }
p { color: rgb(23,30,178); }
H1.HeaderClassName
{
color: #171EB2;
}
.AnyTagClassName
{
color: #171EB2;
}
</style>
background-color css
<style>
a { background-color: #171EB2; }
a { background-color: rgb(23,30,178); }
div.DivClassName
{
background-color: #171EB2;
}
.BgClassName
{
background-color: #171EB2;
}
</style>
border-color css
<style>
span { border-color: #171EB2; }
span { border-color: rgb(23,30,178); }
td.TdClassName
{
border-color: #171EB2;
}
.TagClassName
{
border-color: #171EB2;
}
</style>