Shades of Egyptian Blue #1320A0
Tints of Egyptian Blue #1320A0
RGB
CMYK
RGB Variations
Color information
#1320A0 (or 0x1320A0) is known color: Egyptian Blue. HEX triplet: 13, 20 and A0. RGB value is (19,32,160). Sum of RGB (Red+Green+Blue) = 19+32+160=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #1320A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1320A0 is #ECDF5F. Grayscale: #2A2A2A. Windows color (decimal): -15523680 or 10493971. OLE color: 10493971.
HSL color Cylindrical-coordinate representation of color #1320A0: hue angle of 234.47º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1320A0 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 32 | 160 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.37 |
| HSL | 234.47º | 0.79% | 0.35% | - |
| HSV(B) | 234.47º | 0.88% | 0.63% | - |
| XYZ | 7.13 | 3.71 | 33.6 | - |
| YUV | 42.71 | 194.19 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 160 | 0.88 | 0.80 | 0 | 0.37 | 234.47 | 0.79 | 0.35 |
| Hex | 13 | 20 | A0 | 58 | 50 | 0 | 25 | EA | 4F | 23 |
| Octal | 23 | 40 | 240 | 130 | 120 | 0 | 45 | 352 | 117 | 43 |
| Binary | 10011 | 100000 | 10100000 | 1011000 | 1010000 | 0 | 100101 | 11101010 | 1001111 | 100011 |
Color Harmonies of #1320A0
Complementary color
Monochromatic Colors of #1320A0
Black with #1320A0
Text Example
Text Example
White with #1320A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320A0; }
p { color: rgb(19,32,160); }
H1.HeaderClassName
{
color: #1320A0;
}
.AnyTagClassName
{
color: #1320A0;
}
</style>
background-color css
<style>
a { background-color: #1320A0; }
a { background-color: rgb(19,32,160); }
div.DivClassName
{
background-color: #1320A0;
}
.BgClassName
{
background-color: #1320A0;
}
</style>
border-color css
<style>
span { border-color: #1320A0; }
span { border-color: rgb(19,32,160); }
td.TdClassName
{
border-color: #1320A0;
}
.TagClassName
{
border-color: #1320A0;
}
</style>