Shades of Egyptian Blue #1338AB
Tints of Egyptian Blue #1338AB
RGB
CMYK
RGB Variations
Color information
#1338AB (or 0x1338AB) is known color: Egyptian Blue. HEX triplet: 13, 38 and AB. RGB value is (19,56,171). Sum of RGB (Red+Green+Blue) = 19+56+171=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #1338AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1338AB is #ECC754. Grayscale: #393939. Windows color (decimal): -15517525 or 11221011. OLE color: 11221011.
HSL color Cylindrical-coordinate representation of color #1338AB: hue angle of 225.39º 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 #1338AB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 56 | 171 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.33 |
| HSL | 225.39º | 0.8% | 0.37% | - |
| HSV(B) | 225.39º | 0.89% | 0.67% | - |
| XYZ | 9.03 | 5.91 | 39.19 | - |
| YUV | 58.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 171 | 0.89 | 0.67 | 0 | 0.33 | 225.39 | 0.8 | 0.37 |
| Hex | 13 | 38 | AB | 59 | 43 | 0 | 21 | E1 | 50 | 25 |
| Octal | 23 | 70 | 253 | 131 | 103 | 0 | 41 | 341 | 120 | 45 |
| Binary | 10011 | 111000 | 10101011 | 1011001 | 1000011 | 0 | 100001 | 11100001 | 1010000 | 100101 |
Color Harmonies of #1338AB
Complementary color
Monochromatic Colors of #1338AB
Black with #1338AB
Text Example
Text Example
White with #1338AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338AB; }
p { color: rgb(19,56,171); }
H1.HeaderClassName
{
color: #1338AB;
}
.AnyTagClassName
{
color: #1338AB;
}
</style>
background-color css
<style>
a { background-color: #1338AB; }
a { background-color: rgb(19,56,171); }
div.DivClassName
{
background-color: #1338AB;
}
.BgClassName
{
background-color: #1338AB;
}
</style>
border-color css
<style>
span { border-color: #1338AB; }
span { border-color: rgb(19,56,171); }
td.TdClassName
{
border-color: #1338AB;
}
.TagClassName
{
border-color: #1338AB;
}
</style>