Shades of Egyptian Blue #1731AB
Tints of Egyptian Blue #1731AB
RGB
CMYK
RGB Variations
Color information
#1731AB (or 0x1731AB) is known color: Egyptian Blue. HEX triplet: 17, 31 and AB. RGB value is (23,49,171). Sum of RGB (Red+Green+Blue) = 23+49+171=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1731AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1731AB is #E8CE54. Grayscale: #363636. Windows color (decimal): -15257173 or 11219223. OLE color: 11219223.
HSL color Cylindrical-coordinate representation of color #1731AB: hue angle of 229.46º 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 #1731AB is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 49 | 171 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.33 |
| HSL | 229.46º | 0.76% | 0.38% | - |
| HSV(B) | 229.46º | 0.87% | 0.67% | - |
| XYZ | 8.8 | 5.32 | 39.09 | - |
| YUV | 55.13 | 193.39 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 171 | 0.87 | 0.71 | 0 | 0.33 | 229.46 | 0.76 | 0.38 |
| Hex | 17 | 31 | AB | 57 | 47 | 0 | 21 | E5 | 4C | 26 |
| Octal | 27 | 61 | 253 | 127 | 107 | 0 | 41 | 345 | 114 | 46 |
| Binary | 10111 | 110001 | 10101011 | 1010111 | 1000111 | 0 | 100001 | 11100101 | 1001100 | 100110 |
Color Harmonies of #1731AB
Complementary color
Monochromatic Colors of #1731AB
Black with #1731AB
Text Example
Text Example
White with #1731AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1731AB; }
p { color: rgb(23,49,171); }
H1.HeaderClassName
{
color: #1731AB;
}
.AnyTagClassName
{
color: #1731AB;
}
</style>
background-color css
<style>
a { background-color: #1731AB; }
a { background-color: rgb(23,49,171); }
div.DivClassName
{
background-color: #1731AB;
}
.BgClassName
{
background-color: #1731AB;
}
</style>
border-color css
<style>
span { border-color: #1731AB; }
span { border-color: rgb(23,49,171); }
td.TdClassName
{
border-color: #1731AB;
}
.TagClassName
{
border-color: #1731AB;
}
</style>