Shades of Egyptian Blue #1039A8
Tints of Egyptian Blue #1039A8
RGB
CMYK
RGB Variations
Color information
#1039A8 (or 0x1039A8) is known color: Egyptian Blue. HEX triplet: 10, 39 and A8. RGB value is (16,57,168). Sum of RGB (Red+Green+Blue) = 16+57+168=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 168 (66.02% from 255 or 69.71% from 241); Max value from RGB is 168 - color contains mainly: blue. Hex color #1039A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1039A8 is #EFC657. Grayscale: #383838. Windows color (decimal): -15713880 or 11024656. OLE color: 11024656.
HSL color Cylindrical-coordinate representation of color #1039A8: hue angle of 223.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1039A8 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 57 | 168 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.34 |
| HSL | 223.82º | 0.83% | 0.36% | - |
| HSV(B) | 223.82º | 0.9% | 0.66% | - |
| XYZ | 8.74 | 5.86 | 37.72 | - |
| YUV | 57.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 168 | 0.90 | 0.66 | 0 | 0.34 | 223.82 | 0.83 | 0.36 |
| Hex | 10 | 39 | A8 | 5A | 42 | 0 | 22 | E0 | 53 | 24 |
| Octal | 20 | 71 | 250 | 132 | 102 | 0 | 42 | 340 | 123 | 44 |
| Binary | 10000 | 111001 | 10101000 | 1011010 | 1000010 | 0 | 100010 | 11100000 | 1010011 | 100100 |
Color Harmonies of #1039A8
Complementary color
Monochromatic Colors of #1039A8
Black with #1039A8
Text Example
Text Example
White with #1039A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039A8; }
p { color: rgb(16,57,168); }
H1.HeaderClassName
{
color: #1039A8;
}
.AnyTagClassName
{
color: #1039A8;
}
</style>
background-color css
<style>
a { background-color: #1039A8; }
a { background-color: rgb(16,57,168); }
div.DivClassName
{
background-color: #1039A8;
}
.BgClassName
{
background-color: #1039A8;
}
</style>
border-color css
<style>
span { border-color: #1039A8; }
span { border-color: rgb(16,57,168); }
td.TdClassName
{
border-color: #1039A8;
}
.TagClassName
{
border-color: #1039A8;
}
</style>