Shades of Egyptian Blue #1018AF
Tints of Egyptian Blue #1018AF
RGB
CMYK
RGB Variations
Color information
#1018AF (or 0x1018AF) is known color: Egyptian Blue. HEX triplet: 10, 18 and AF. RGB value is (16,24,175). Sum of RGB (Red+Green+Blue) = 16+24+175=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1018AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1018AF is #EFE750. Grayscale: #262626. Windows color (decimal): -15722321 or 11474960. OLE color: 11474960.
HSL color Cylindrical-coordinate representation of color #1018AF: hue angle of 236.98º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1018AF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 24 | 175 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.31 |
| HSL | 236.98º | 0.83% | 0.37% | - |
| HSV(B) | 236.98º | 0.91% | 0.69% | - |
| XYZ | 8.28 | 3.86 | 40.87 | - |
| YUV | 38.82 | 204.85 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 175 | 0.91 | 0.86 | 0 | 0.31 | 236.98 | 0.83 | 0.37 |
| Hex | 10 | 18 | AF | 5B | 56 | 0 | 1F | ED | 53 | 25 |
| Octal | 20 | 30 | 257 | 133 | 126 | 0 | 37 | 355 | 123 | 45 |
| Binary | 10000 | 11000 | 10101111 | 1011011 | 1010110 | 0 | 11111 | 11101101 | 1010011 | 100101 |
Color Harmonies of #1018AF
Complementary color
Monochromatic Colors of #1018AF
Black with #1018AF
Text Example
Text Example
White with #1018AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018AF; }
p { color: rgb(16,24,175); }
H1.HeaderClassName
{
color: #1018AF;
}
.AnyTagClassName
{
color: #1018AF;
}
</style>
background-color css
<style>
a { background-color: #1018AF; }
a { background-color: rgb(16,24,175); }
div.DivClassName
{
background-color: #1018AF;
}
.BgClassName
{
background-color: #1018AF;
}
</style>
border-color css
<style>
span { border-color: #1018AF; }
span { border-color: rgb(16,24,175); }
td.TdClassName
{
border-color: #1018AF;
}
.TagClassName
{
border-color: #1018AF;
}
</style>