Shades of Egyptian Blue #1019AE
Tints of Egyptian Blue #1019AE
RGB
CMYK
RGB Variations
Color information
#1019AE (or 0x1019AE) is known color: Egyptian Blue. HEX triplet: 10, 19 and AE. RGB value is (16,25,174). Sum of RGB (Red+Green+Blue) = 16+25+174=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #1019AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019AE is #EFE651. Grayscale: #262626. Windows color (decimal): -15722066 or 11409680. OLE color: 11409680.
HSL color Cylindrical-coordinate representation of color #1019AE: hue angle of 236.58º 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 #1019AE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 25 | 174 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.32 |
| HSL | 236.58º | 0.83% | 0.37% | - |
| HSV(B) | 236.58º | 0.91% | 0.68% | - |
| XYZ | 8.2 | 3.86 | 40.36 | - |
| YUV | 39.3 | 204.02 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 174 | 0.91 | 0.86 | 0 | 0.32 | 236.58 | 0.83 | 0.37 |
| Hex | 10 | 19 | AE | 5B | 56 | 0 | 20 | ED | 53 | 25 |
| Octal | 20 | 31 | 256 | 133 | 126 | 0 | 40 | 355 | 123 | 45 |
| Binary | 10000 | 11001 | 10101110 | 1011011 | 1010110 | 0 | 100000 | 11101101 | 1010011 | 100101 |
Color Harmonies of #1019AE
Complementary color
Monochromatic Colors of #1019AE
Black with #1019AE
Text Example
Text Example
White with #1019AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019AE; }
p { color: rgb(16,25,174); }
H1.HeaderClassName
{
color: #1019AE;
}
.AnyTagClassName
{
color: #1019AE;
}
</style>
background-color css
<style>
a { background-color: #1019AE; }
a { background-color: rgb(16,25,174); }
div.DivClassName
{
background-color: #1019AE;
}
.BgClassName
{
background-color: #1019AE;
}
</style>
border-color css
<style>
span { border-color: #1019AE; }
span { border-color: rgb(16,25,174); }
td.TdClassName
{
border-color: #1019AE;
}
.TagClassName
{
border-color: #1019AE;
}
</style>