Shades of Egyptian Blue #1330AB
Tints of Egyptian Blue #1330AB
RGB
CMYK
RGB Variations
Color information
#1330AB (or 0x1330AB) is known color: Egyptian Blue. HEX triplet: 13, 30 and AB. RGB value is (19,48,171). Sum of RGB (Red+Green+Blue) = 19+48+171=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #1330AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1330AB is #ECCF54. Grayscale: #343434. Windows color (decimal): -15519573 or 11218963. OLE color: 11218963.
HSL color Cylindrical-coordinate representation of color #1330AB: hue angle of 228.55º 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 #1330AB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 48 | 171 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.33 |
| HSL | 228.55º | 0.8% | 0.37% | - |
| HSV(B) | 228.55º | 0.89% | 0.67% | - |
| XYZ | 8.68 | 5.19 | 39.07 | - |
| YUV | 53.35 | 194.39 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 171 | 0.89 | 0.72 | 0 | 0.33 | 228.55 | 0.8 | 0.37 |
| Hex | 13 | 30 | AB | 59 | 48 | 0 | 21 | E5 | 50 | 25 |
| Octal | 23 | 60 | 253 | 131 | 110 | 0 | 41 | 345 | 120 | 45 |
| Binary | 10011 | 110000 | 10101011 | 1011001 | 1001000 | 0 | 100001 | 11100101 | 1010000 | 100101 |
Color Harmonies of #1330AB
Complementary color
Monochromatic Colors of #1330AB
Black with #1330AB
Text Example
Text Example
White with #1330AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1330AB; }
p { color: rgb(19,48,171); }
H1.HeaderClassName
{
color: #1330AB;
}
.AnyTagClassName
{
color: #1330AB;
}
</style>
background-color css
<style>
a { background-color: #1330AB; }
a { background-color: rgb(19,48,171); }
div.DivClassName
{
background-color: #1330AB;
}
.BgClassName
{
background-color: #1330AB;
}
</style>
border-color css
<style>
span { border-color: #1330AB; }
span { border-color: rgb(19,48,171); }
td.TdClassName
{
border-color: #1330AB;
}
.TagClassName
{
border-color: #1330AB;
}
</style>