Shades of Egyptian Blue #1018AE
Tints of Egyptian Blue #1018AE
RGB
CMYK
RGB Variations
Color information
#1018AE (or 0x1018AE) is known color: Egyptian Blue. HEX triplet: 10, 18 and AE. RGB value is (16,24,174). Sum of RGB (Red+Green+Blue) = 16+24+174=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #1018AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1018AE is #EFE751. Grayscale: #262626. Windows color (decimal): -15722322 or 11409424. OLE color: 11409424.
HSL color Cylindrical-coordinate representation of color #1018AE: hue angle of 236.96º 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 #1018AE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 24 | 174 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.32 |
| HSL | 236.96º | 0.83% | 0.37% | - |
| HSV(B) | 236.96º | 0.91% | 0.68% | - |
| XYZ | 8.18 | 3.82 | 40.35 | - |
| YUV | 38.71 | 204.35 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 174 | 0.91 | 0.86 | 0 | 0.32 | 236.96 | 0.83 | 0.37 |
| Hex | 10 | 18 | AE | 5B | 56 | 0 | 20 | ED | 53 | 25 |
| Octal | 20 | 30 | 256 | 133 | 126 | 0 | 40 | 355 | 123 | 45 |
| Binary | 10000 | 11000 | 10101110 | 1011011 | 1010110 | 0 | 100000 | 11101101 | 1010011 | 100101 |
Color Harmonies of #1018AE
Complementary color
Monochromatic Colors of #1018AE
Black with #1018AE
Text Example
Text Example
White with #1018AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018AE; }
p { color: rgb(16,24,174); }
H1.HeaderClassName
{
color: #1018AE;
}
.AnyTagClassName
{
color: #1018AE;
}
</style>
background-color css
<style>
a { background-color: #1018AE; }
a { background-color: rgb(16,24,174); }
div.DivClassName
{
background-color: #1018AE;
}
.BgClassName
{
background-color: #1018AE;
}
</style>
border-color css
<style>
span { border-color: #1018AE; }
span { border-color: rgb(16,24,174); }
td.TdClassName
{
border-color: #1018AE;
}
.TagClassName
{
border-color: #1018AE;
}
</style>