Shades of Egyptian Blue #1320AF
Tints of Egyptian Blue #1320AF
RGB
CMYK
RGB Variations
Color information
#1320AF (or 0x1320AF) is known color: Egyptian Blue. HEX triplet: 13, 20 and AF. RGB value is (19,32,175). Sum of RGB (Red+Green+Blue) = 19+32+175=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #1320AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1320AF is #ECDF50. Grayscale: #2B2B2B. Windows color (decimal): -15523665 or 11477011. OLE color: 11477011.
HSL color Cylindrical-coordinate representation of color #1320AF: hue angle of 235º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1320AF is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 32 | 175 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.31 |
| HSL | 235º | 0.8% | 0.38% | - |
| HSV(B) | 235º | 0.89% | 0.69% | - |
| XYZ | 8.52 | 4.27 | 40.93 | - |
| YUV | 44.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 175 | 0.89 | 0.82 | 0 | 0.31 | 235 | 0.8 | 0.38 |
| Hex | 13 | 20 | AF | 59 | 52 | 0 | 1F | EB | 50 | 26 |
| Octal | 23 | 40 | 257 | 131 | 122 | 0 | 37 | 353 | 120 | 46 |
| Binary | 10011 | 100000 | 10101111 | 1011001 | 1010010 | 0 | 11111 | 11101011 | 1010000 | 100110 |
Color Harmonies of #1320AF
Complementary color
Monochromatic Colors of #1320AF
Black with #1320AF
Text Example
Text Example
White with #1320AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320AF; }
p { color: rgb(19,32,175); }
H1.HeaderClassName
{
color: #1320AF;
}
.AnyTagClassName
{
color: #1320AF;
}
</style>
background-color css
<style>
a { background-color: #1320AF; }
a { background-color: rgb(19,32,175); }
div.DivClassName
{
background-color: #1320AF;
}
.BgClassName
{
background-color: #1320AF;
}
</style>
border-color css
<style>
span { border-color: #1320AF; }
span { border-color: rgb(19,32,175); }
td.TdClassName
{
border-color: #1320AF;
}
.TagClassName
{
border-color: #1320AF;
}
</style>