Shades of Egyptian Blue #1019AD
Tints of Egyptian Blue #1019AD
RGB
CMYK
RGB Variations
Color information
#1019AD (or 0x1019AD) is known color: Egyptian Blue. HEX triplet: 10, 19 and AD. RGB value is (16,25,173). Sum of RGB (Red+Green+Blue) = 16+25+173=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #1019AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019AD is #EFE652. Grayscale: #262626. Windows color (decimal): -15722067 or 11344144. OLE color: 11344144.
HSL color Cylindrical-coordinate representation of color #1019AD: hue angle of 236.56º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1019AD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 25 | 173 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.32 |
| HSL | 236.56º | 0.83% | 0.37% | - |
| HSV(B) | 236.56º | 0.91% | 0.68% | - |
| XYZ | 8.1 | 3.82 | 39.85 | - |
| YUV | 39.18 | 203.52 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 173 | 0.91 | 0.86 | 0 | 0.32 | 236.56 | 0.83 | 0.37 |
| Hex | 10 | 19 | AD | 5B | 56 | 0 | 20 | ED | 53 | 25 |
| Octal | 20 | 31 | 255 | 133 | 126 | 0 | 40 | 355 | 123 | 45 |
| Binary | 10000 | 11001 | 10101101 | 1011011 | 1010110 | 0 | 100000 | 11101101 | 1010011 | 100101 |
Color Harmonies of #1019AD
Complementary color
Monochromatic Colors of #1019AD
Black with #1019AD
Text Example
Text Example
White with #1019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019AD; }
p { color: rgb(16,25,173); }
H1.HeaderClassName
{
color: #1019AD;
}
.AnyTagClassName
{
color: #1019AD;
}
</style>
background-color css
<style>
a { background-color: #1019AD; }
a { background-color: rgb(16,25,173); }
div.DivClassName
{
background-color: #1019AD;
}
.BgClassName
{
background-color: #1019AD;
}
</style>
border-color css
<style>
span { border-color: #1019AD; }
span { border-color: rgb(16,25,173); }
td.TdClassName
{
border-color: #1019AD;
}
.TagClassName
{
border-color: #1019AD;
}
</style>