Shades of Egyptian Blue #1331AB
Tints of Egyptian Blue #1331AB
RGB
CMYK
RGB Variations
Color information
#1331AB (or 0x1331AB) is known color: Egyptian Blue. HEX triplet: 13, 31 and AB. RGB value is (19,49,171). Sum of RGB (Red+Green+Blue) = 19+49+171=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #1331AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1331AB is #ECCE54. Grayscale: #353535. Windows color (decimal): -15519317 or 11219219. OLE color: 11219219.
HSL color Cylindrical-coordinate representation of color #1331AB: hue angle of 228.16º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1331AB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 49 | 171 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.33 |
| HSL | 228.16º | 0.8% | 0.37% | - |
| HSV(B) | 228.16º | 0.89% | 0.67% | - |
| XYZ | 8.72 | 5.28 | 39.09 | - |
| YUV | 53.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 171 | 0.89 | 0.71 | 0 | 0.33 | 228.16 | 0.8 | 0.37 |
| Hex | 13 | 31 | AB | 59 | 47 | 0 | 21 | E4 | 50 | 25 |
| Octal | 23 | 61 | 253 | 131 | 107 | 0 | 41 | 344 | 120 | 45 |
| Binary | 10011 | 110001 | 10101011 | 1011001 | 1000111 | 0 | 100001 | 11100100 | 1010000 | 100101 |
Color Harmonies of #1331AB
Complementary color
Monochromatic Colors of #1331AB
Black with #1331AB
Text Example
Text Example
White with #1331AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331AB; }
p { color: rgb(19,49,171); }
H1.HeaderClassName
{
color: #1331AB;
}
.AnyTagClassName
{
color: #1331AB;
}
</style>
background-color css
<style>
a { background-color: #1331AB; }
a { background-color: rgb(19,49,171); }
div.DivClassName
{
background-color: #1331AB;
}
.BgClassName
{
background-color: #1331AB;
}
</style>
border-color css
<style>
span { border-color: #1331AB; }
span { border-color: rgb(19,49,171); }
td.TdClassName
{
border-color: #1331AB;
}
.TagClassName
{
border-color: #1331AB;
}
</style>