Shades of Egyptian Blue #1031AB
Tints of Egyptian Blue #1031AB
RGB
CMYK
RGB Variations
Color information
#1031AB (or 0x1031AB) is known color: Egyptian Blue. HEX triplet: 10, 31 and AB. RGB value is (16,49,171). Sum of RGB (Red+Green+Blue) = 16+49+171=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #1031AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1031AB is #EFCE54. Grayscale: #343434. Windows color (decimal): -15715925 or 11219216. OLE color: 11219216.
HSL color Cylindrical-coordinate representation of color #1031AB: hue angle of 227.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1031AB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 49 | 171 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.33 |
| HSL | 227.23º | 0.83% | 0.37% | - |
| HSV(B) | 227.23º | 0.91% | 0.67% | - |
| XYZ | 8.66 | 5.25 | 39.08 | - |
| YUV | 53.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 171 | 0.91 | 0.71 | 0 | 0.33 | 227.23 | 0.83 | 0.37 |
| Hex | 10 | 31 | AB | 5B | 47 | 0 | 21 | E3 | 53 | 25 |
| Octal | 20 | 61 | 253 | 133 | 107 | 0 | 41 | 343 | 123 | 45 |
| Binary | 10000 | 110001 | 10101011 | 1011011 | 1000111 | 0 | 100001 | 11100011 | 1010011 | 100101 |
Color Harmonies of #1031AB
Complementary color
Monochromatic Colors of #1031AB
Black with #1031AB
Text Example
Text Example
White with #1031AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1031AB; }
p { color: rgb(16,49,171); }
H1.HeaderClassName
{
color: #1031AB;
}
.AnyTagClassName
{
color: #1031AB;
}
</style>
background-color css
<style>
a { background-color: #1031AB; }
a { background-color: rgb(16,49,171); }
div.DivClassName
{
background-color: #1031AB;
}
.BgClassName
{
background-color: #1031AB;
}
</style>
border-color css
<style>
span { border-color: #1031AB; }
span { border-color: rgb(16,49,171); }
td.TdClassName
{
border-color: #1031AB;
}
.TagClassName
{
border-color: #1031AB;
}
</style>