Shades of Egyptian Blue #1019AF
Tints of Egyptian Blue #1019AF
RGB
CMYK
RGB Variations
Color information
#1019AF (or 0x1019AF) is known color: Egyptian Blue. HEX triplet: 10, 19 and AF. RGB value is (16,25,175). Sum of RGB (Red+Green+Blue) = 16+25+175=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #1019AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019AF is #EFE650. Grayscale: #262626. Windows color (decimal): -15722065 or 11475216. OLE color: 11475216.
HSL color Cylindrical-coordinate representation of color #1019AF: hue angle of 236.6º 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 #1019AF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 25 | 175 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.31 |
| HSL | 236.6º | 0.83% | 0.37% | - |
| HSV(B) | 236.6º | 0.91% | 0.69% | - |
| XYZ | 8.3 | 3.9 | 40.87 | - |
| YUV | 39.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 175 | 0.91 | 0.86 | 0 | 0.31 | 236.6 | 0.83 | 0.37 |
| Hex | 10 | 19 | AF | 5B | 56 | 0 | 1F | ED | 53 | 25 |
| Octal | 20 | 31 | 257 | 133 | 126 | 0 | 37 | 355 | 123 | 45 |
| Binary | 10000 | 11001 | 10101111 | 1011011 | 1010110 | 0 | 11111 | 11101101 | 1010011 | 100101 |
Color Harmonies of #1019AF
Complementary color
Monochromatic Colors of #1019AF
Black with #1019AF
Text Example
Text Example
White with #1019AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019AF; }
p { color: rgb(16,25,175); }
H1.HeaderClassName
{
color: #1019AF;
}
.AnyTagClassName
{
color: #1019AF;
}
</style>
background-color css
<style>
a { background-color: #1019AF; }
a { background-color: rgb(16,25,175); }
div.DivClassName
{
background-color: #1019AF;
}
.BgClassName
{
background-color: #1019AF;
}
</style>
border-color css
<style>
span { border-color: #1019AF; }
span { border-color: rgb(16,25,175); }
td.TdClassName
{
border-color: #1019AF;
}
.TagClassName
{
border-color: #1019AF;
}
</style>