Shades of Egyptian Blue #1332AB
Tints of Egyptian Blue #1332AB
RGB
CMYK
RGB Variations
Color information
#1332AB (or 0x1332AB) is known color: Egyptian Blue. HEX triplet: 13, 32 and AB. RGB value is (19,50,171). Sum of RGB (Red+Green+Blue) = 19+50+171=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1332AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1332AB is #ECCD54. Grayscale: #363636. Windows color (decimal): -15519061 or 11219475. OLE color: 11219475.
HSL color Cylindrical-coordinate representation of color #1332AB: hue angle of 227.76º 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 #1332AB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 50 | 171 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.33 |
| HSL | 227.76º | 0.8% | 0.37% | - |
| HSV(B) | 227.76º | 0.89% | 0.67% | - |
| XYZ | 8.76 | 5.36 | 39.1 | - |
| YUV | 54.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 171 | 0.89 | 0.71 | 0 | 0.33 | 227.76 | 0.8 | 0.37 |
| Hex | 13 | 32 | AB | 59 | 47 | 0 | 21 | E4 | 50 | 25 |
| Octal | 23 | 62 | 253 | 131 | 107 | 0 | 41 | 344 | 120 | 45 |
| Binary | 10011 | 110010 | 10101011 | 1011001 | 1000111 | 0 | 100001 | 11100100 | 1010000 | 100101 |
Color Harmonies of #1332AB
Complementary color
Monochromatic Colors of #1332AB
Black with #1332AB
Text Example
Text Example
White with #1332AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1332AB; }
p { color: rgb(19,50,171); }
H1.HeaderClassName
{
color: #1332AB;
}
.AnyTagClassName
{
color: #1332AB;
}
</style>
background-color css
<style>
a { background-color: #1332AB; }
a { background-color: rgb(19,50,171); }
div.DivClassName
{
background-color: #1332AB;
}
.BgClassName
{
background-color: #1332AB;
}
</style>
border-color css
<style>
span { border-color: #1332AB; }
span { border-color: rgb(19,50,171); }
td.TdClassName
{
border-color: #1332AB;
}
.TagClassName
{
border-color: #1332AB;
}
</style>