Shades of Egyptian Blue #1329AC
Tints of Egyptian Blue #1329AC
RGB
CMYK
RGB Variations
Color information
#1329AC (or 0x1329AC) is known color: Egyptian Blue. HEX triplet: 13, 29 and AC. RGB value is (19,41,172). Sum of RGB (Red+Green+Blue) = 19+41+172=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #1329AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1329AC is #ECD653. Grayscale: #303030. Windows color (decimal): -15521364 or 11282707. OLE color: 11282707.
HSL color Cylindrical-coordinate representation of color #1329AC: hue angle of 231.37º 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 #1329AC is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 41 | 172 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.33 |
| HSL | 231.37º | 0.8% | 0.37% | - |
| HSV(B) | 231.37º | 0.89% | 0.67% | - |
| XYZ | 8.51 | 4.7 | 39.49 | - |
| YUV | 49.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 172 | 0.89 | 0.76 | 0 | 0.33 | 231.37 | 0.8 | 0.37 |
| Hex | 13 | 29 | AC | 59 | 4C | 0 | 21 | E7 | 50 | 25 |
| Octal | 23 | 51 | 254 | 131 | 114 | 0 | 41 | 347 | 120 | 45 |
| Binary | 10011 | 101001 | 10101100 | 1011001 | 1001100 | 0 | 100001 | 11100111 | 1010000 | 100101 |
Color Harmonies of #1329AC
Complementary color
Monochromatic Colors of #1329AC
Black with #1329AC
Text Example
Text Example
White with #1329AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329AC; }
p { color: rgb(19,41,172); }
H1.HeaderClassName
{
color: #1329AC;
}
.AnyTagClassName
{
color: #1329AC;
}
</style>
background-color css
<style>
a { background-color: #1329AC; }
a { background-color: rgb(19,41,172); }
div.DivClassName
{
background-color: #1329AC;
}
.BgClassName
{
background-color: #1329AC;
}
</style>
border-color css
<style>
span { border-color: #1329AC; }
span { border-color: rgb(19,41,172); }
td.TdClassName
{
border-color: #1329AC;
}
.TagClassName
{
border-color: #1329AC;
}
</style>