Shades of Egyptian Blue #1328AD
Tints of Egyptian Blue #1328AD
RGB
CMYK
RGB Variations
Color information
#1328AD (or 0x1328AD) is known color: Egyptian Blue. HEX triplet: 13, 28 and AD. RGB value is (19,40,173). Sum of RGB (Red+Green+Blue) = 19+40+173=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #1328AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1328AD is #ECD752. Grayscale: #303030. Windows color (decimal): -15521619 or 11347987. OLE color: 11347987.
HSL color Cylindrical-coordinate representation of color #1328AD: hue angle of 231.82º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1328AD is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 40 | 173 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.32 |
| HSL | 231.82º | 0.8% | 0.38% | - |
| HSV(B) | 231.82º | 0.89% | 0.68% | - |
| XYZ | 8.57 | 4.67 | 39.99 | - |
| YUV | 48.88 | 198.04 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 173 | 0.89 | 0.77 | 0 | 0.32 | 231.82 | 0.8 | 0.38 |
| Hex | 13 | 28 | AD | 59 | 4D | 0 | 20 | E8 | 50 | 26 |
| Octal | 23 | 50 | 255 | 131 | 115 | 0 | 40 | 350 | 120 | 46 |
| Binary | 10011 | 101000 | 10101101 | 1011001 | 1001101 | 0 | 100000 | 11101000 | 1010000 | 100110 |
Color Harmonies of #1328AD
Complementary color
Monochromatic Colors of #1328AD
Black with #1328AD
Text Example
Text Example
White with #1328AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1328AD; }
p { color: rgb(19,40,173); }
H1.HeaderClassName
{
color: #1328AD;
}
.AnyTagClassName
{
color: #1328AD;
}
</style>
background-color css
<style>
a { background-color: #1328AD; }
a { background-color: rgb(19,40,173); }
div.DivClassName
{
background-color: #1328AD;
}
.BgClassName
{
background-color: #1328AD;
}
</style>
border-color css
<style>
span { border-color: #1328AD; }
span { border-color: rgb(19,40,173); }
td.TdClassName
{
border-color: #1328AD;
}
.TagClassName
{
border-color: #1328AD;
}
</style>