Shades of Egyptian Blue #1329AA
Tints of Egyptian Blue #1329AA
RGB
CMYK
RGB Variations
Color information
#1329AA (or 0x1329AA) is known color: Egyptian Blue. HEX triplet: 13, 29 and AA. RGB value is (19,41,170). Sum of RGB (Red+Green+Blue) = 19+41+170=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #1329AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1329AA is #ECD655. Grayscale: #303030. Windows color (decimal): -15521366 or 11151635. OLE color: 11151635.
HSL color Cylindrical-coordinate representation of color #1329AA: hue angle of 231.26º 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 #1329AA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 41 | 170 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.33 |
| HSL | 231.26º | 0.8% | 0.37% | - |
| HSV(B) | 231.26º | 0.89% | 0.67% | - |
| XYZ | 8.32 | 4.63 | 38.48 | - |
| YUV | 49.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 170 | 0.89 | 0.76 | 0 | 0.33 | 231.26 | 0.8 | 0.37 |
| Hex | 13 | 29 | AA | 59 | 4C | 0 | 21 | E7 | 50 | 25 |
| Octal | 23 | 51 | 252 | 131 | 114 | 0 | 41 | 347 | 120 | 45 |
| Binary | 10011 | 101001 | 10101010 | 1011001 | 1001100 | 0 | 100001 | 11100111 | 1010000 | 100101 |
Color Harmonies of #1329AA
Complementary color
Monochromatic Colors of #1329AA
Black with #1329AA
Text Example
Text Example
White with #1329AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329AA; }
p { color: rgb(19,41,170); }
H1.HeaderClassName
{
color: #1329AA;
}
.AnyTagClassName
{
color: #1329AA;
}
</style>
background-color css
<style>
a { background-color: #1329AA; }
a { background-color: rgb(19,41,170); }
div.DivClassName
{
background-color: #1329AA;
}
.BgClassName
{
background-color: #1329AA;
}
</style>
border-color css
<style>
span { border-color: #1329AA; }
span { border-color: rgb(19,41,170); }
td.TdClassName
{
border-color: #1329AA;
}
.TagClassName
{
border-color: #1329AA;
}
</style>