Shades of Egyptian Blue #171BAC
Tints of Egyptian Blue #171BAC
RGB
CMYK
RGB Variations
Color information
#171BAC (or 0x171BAC) is known color: Egyptian Blue. HEX triplet: 17, 1B and AC. RGB value is (23,27,172). Sum of RGB (Red+Green+Blue) = 23+27+172=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #171BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171BAC is #E8E453. Grayscale: #292929. Windows color (decimal): -15262804 or 11279127. OLE color: 11279127.
HSL color Cylindrical-coordinate representation of color #171BAC: hue angle of 238.39º 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 #171BAC is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 27 | 172 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.33 |
| HSL | 238.39º | 0.76% | 0.38% | - |
| HSV(B) | 238.39º | 0.87% | 0.67% | - |
| XYZ | 8.19 | 3.94 | 39.36 | - |
| YUV | 42.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 172 | 0.87 | 0.84 | 0 | 0.33 | 238.39 | 0.76 | 0.38 |
| Hex | 17 | 1B | AC | 57 | 54 | 0 | 21 | EE | 4C | 26 |
| Octal | 27 | 33 | 254 | 127 | 124 | 0 | 41 | 356 | 114 | 46 |
| Binary | 10111 | 11011 | 10101100 | 1010111 | 1010100 | 0 | 100001 | 11101110 | 1001100 | 100110 |
Color Harmonies of #171BAC
Complementary color
Monochromatic Colors of #171BAC
Black with #171BAC
Text Example
Text Example
White with #171BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BAC; }
p { color: rgb(23,27,172); }
H1.HeaderClassName
{
color: #171BAC;
}
.AnyTagClassName
{
color: #171BAC;
}
</style>
background-color css
<style>
a { background-color: #171BAC; }
a { background-color: rgb(23,27,172); }
div.DivClassName
{
background-color: #171BAC;
}
.BgClassName
{
background-color: #171BAC;
}
</style>
border-color css
<style>
span { border-color: #171BAC; }
span { border-color: rgb(23,27,172); }
td.TdClassName
{
border-color: #171BAC;
}
.TagClassName
{
border-color: #171BAC;
}
</style>