Shades of Egyptian Blue #1339AB
Tints of Egyptian Blue #1339AB
RGB
CMYK
RGB Variations
Color information
#1339AB (or 0x1339AB) is known color: Egyptian Blue. HEX triplet: 13, 39 and AB. RGB value is (19,57,171). Sum of RGB (Red+Green+Blue) = 19+57+171=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #1339AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1339AB is #ECC654. Grayscale: #3A3A3A. Windows color (decimal): -15517269 or 11221267. OLE color: 11221267.
HSL color Cylindrical-coordinate representation of color #1339AB: hue angle of 225º 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 #1339AB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 57 | 171 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.33 |
| HSL | 225º | 0.8% | 0.37% | - |
| HSV(B) | 225º | 0.89% | 0.67% | - |
| XYZ | 9.08 | 6 | 39.21 | - |
| YUV | 58.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 171 | 0.89 | 0.67 | 0 | 0.33 | 225 | 0.8 | 0.37 |
| Hex | 13 | 39 | AB | 59 | 43 | 0 | 21 | E1 | 50 | 25 |
| Octal | 23 | 71 | 253 | 131 | 103 | 0 | 41 | 341 | 120 | 45 |
| Binary | 10011 | 111001 | 10101011 | 1011001 | 1000011 | 0 | 100001 | 11100001 | 1010000 | 100101 |
Color Harmonies of #1339AB
Complementary color
Monochromatic Colors of #1339AB
Black with #1339AB
Text Example
Text Example
White with #1339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1339AB; }
p { color: rgb(19,57,171); }
H1.HeaderClassName
{
color: #1339AB;
}
.AnyTagClassName
{
color: #1339AB;
}
</style>
background-color css
<style>
a { background-color: #1339AB; }
a { background-color: rgb(19,57,171); }
div.DivClassName
{
background-color: #1339AB;
}
.BgClassName
{
background-color: #1339AB;
}
</style>
border-color css
<style>
span { border-color: #1339AB; }
span { border-color: rgb(19,57,171); }
td.TdClassName
{
border-color: #1339AB;
}
.TagClassName
{
border-color: #1339AB;
}
</style>