Shades of Egyptian Blue #1328AA
Tints of Egyptian Blue #1328AA
RGB
CMYK
RGB Variations
Color information
#1328AA (or 0x1328AA) is known color: Egyptian Blue. HEX triplet: 13, 28 and AA. RGB value is (19,40,170). Sum of RGB (Red+Green+Blue) = 19+40+170=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #1328AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1328AA is #ECD755. Grayscale: #303030. Windows color (decimal): -15521622 or 11151379. OLE color: 11151379.
HSL color Cylindrical-coordinate representation of color #1328AA: hue angle of 231.66º 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 #1328AA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 40 | 170 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.33 |
| HSL | 231.66º | 0.8% | 0.37% | - |
| HSV(B) | 231.66º | 0.89% | 0.67% | - |
| XYZ | 8.28 | 4.56 | 38.47 | - |
| YUV | 48.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 170 | 0.89 | 0.76 | 0 | 0.33 | 231.66 | 0.8 | 0.37 |
| Hex | 13 | 28 | AA | 59 | 4C | 0 | 21 | E8 | 50 | 25 |
| Octal | 23 | 50 | 252 | 131 | 114 | 0 | 41 | 350 | 120 | 45 |
| Binary | 10011 | 101000 | 10101010 | 1011001 | 1001100 | 0 | 100001 | 11101000 | 1010000 | 100101 |
Color Harmonies of #1328AA
Complementary color
Monochromatic Colors of #1328AA
Black with #1328AA
Text Example
Text Example
White with #1328AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1328AA; }
p { color: rgb(19,40,170); }
H1.HeaderClassName
{
color: #1328AA;
}
.AnyTagClassName
{
color: #1328AA;
}
</style>
background-color css
<style>
a { background-color: #1328AA; }
a { background-color: rgb(19,40,170); }
div.DivClassName
{
background-color: #1328AA;
}
.BgClassName
{
background-color: #1328AA;
}
</style>
border-color css
<style>
span { border-color: #1328AA; }
span { border-color: rgb(19,40,170); }
td.TdClassName
{
border-color: #1328AA;
}
.TagClassName
{
border-color: #1328AA;
}
</style>