Shades of Egyptian Blue #1039A9
Tints of Egyptian Blue #1039A9
RGB
CMYK
RGB Variations
Color information
#1039A9 (or 0x1039A9) is known color: Egyptian Blue. HEX triplet: 10, 39 and A9. RGB value is (16,57,169). Sum of RGB (Red+Green+Blue) = 16+57+169=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #1039A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1039A9 is #EFC656. Grayscale: #393939. Windows color (decimal): -15713879 or 11090192. OLE color: 11090192.
HSL color Cylindrical-coordinate representation of color #1039A9: hue angle of 223.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1039A9 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 57 | 169 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.34 |
| HSL | 223.92º | 0.83% | 0.36% | - |
| HSV(B) | 223.92º | 0.91% | 0.66% | - |
| XYZ | 8.84 | 5.9 | 38.21 | - |
| YUV | 57.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 169 | 0.91 | 0.66 | 0 | 0.34 | 223.92 | 0.83 | 0.36 |
| Hex | 10 | 39 | A9 | 5B | 42 | 0 | 22 | E0 | 53 | 24 |
| Octal | 20 | 71 | 251 | 133 | 102 | 0 | 42 | 340 | 123 | 44 |
| Binary | 10000 | 111001 | 10101001 | 1011011 | 1000010 | 0 | 100010 | 11100000 | 1010011 | 100100 |
Color Harmonies of #1039A9
Complementary color
Monochromatic Colors of #1039A9
Black with #1039A9
Text Example
Text Example
White with #1039A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039A9; }
p { color: rgb(16,57,169); }
H1.HeaderClassName
{
color: #1039A9;
}
.AnyTagClassName
{
color: #1039A9;
}
</style>
background-color css
<style>
a { background-color: #1039A9; }
a { background-color: rgb(16,57,169); }
div.DivClassName
{
background-color: #1039A9;
}
.BgClassName
{
background-color: #1039A9;
}
</style>
border-color css
<style>
span { border-color: #1039A9; }
span { border-color: rgb(16,57,169); }
td.TdClassName
{
border-color: #1039A9;
}
.TagClassName
{
border-color: #1039A9;
}
</style>