Shades of Egyptian Blue #1319AB
Tints of Egyptian Blue #1319AB
RGB
CMYK
RGB Variations
Color information
#1319AB (or 0x1319AB) is known color: Egyptian Blue. HEX triplet: 13, 19 and AB. RGB value is (19,25,171). Sum of RGB (Red+Green+Blue) = 19+25+171=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #1319AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1319AB is #ECE654. Grayscale: #272727. Windows color (decimal): -15525461 or 11213075. OLE color: 11213075.
HSL color Cylindrical-coordinate representation of color #1319AB: hue angle of 237.63º 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 #1319AB is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 25 | 171 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.33 |
| HSL | 237.63º | 0.8% | 0.37% | - |
| HSV(B) | 237.63º | 0.89% | 0.67% | - |
| XYZ | 7.97 | 3.77 | 38.84 | - |
| YUV | 39.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 171 | 0.89 | 0.85 | 0 | 0.33 | 237.63 | 0.8 | 0.37 |
| Hex | 13 | 19 | AB | 59 | 55 | 0 | 21 | EE | 50 | 25 |
| Octal | 23 | 31 | 253 | 131 | 125 | 0 | 41 | 356 | 120 | 45 |
| Binary | 10011 | 11001 | 10101011 | 1011001 | 1010101 | 0 | 100001 | 11101110 | 1010000 | 100101 |
Color Harmonies of #1319AB
Complementary color
Monochromatic Colors of #1319AB
Black with #1319AB
Text Example
Text Example
White with #1319AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319AB; }
p { color: rgb(19,25,171); }
H1.HeaderClassName
{
color: #1319AB;
}
.AnyTagClassName
{
color: #1319AB;
}
</style>
background-color css
<style>
a { background-color: #1319AB; }
a { background-color: rgb(19,25,171); }
div.DivClassName
{
background-color: #1319AB;
}
.BgClassName
{
background-color: #1319AB;
}
</style>
border-color css
<style>
span { border-color: #1319AB; }
span { border-color: rgb(19,25,171); }
td.TdClassName
{
border-color: #1319AB;
}
.TagClassName
{
border-color: #1319AB;
}
</style>