Shades of Egyptian Blue #1034A9
Tints of Egyptian Blue #1034A9
RGB
CMYK
RGB Variations
Color information
#1034A9 (or 0x1034A9) is known color: Egyptian Blue. HEX triplet: 10, 34 and A9. RGB value is (16,52,169). Sum of RGB (Red+Green+Blue) = 16+52+169=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #1034A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1034A9 is #EFCB56. Grayscale: #363636. Windows color (decimal): -15715159 or 11088912. OLE color: 11088912.
HSL color Cylindrical-coordinate representation of color #1034A9: hue angle of 225.88º 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 #1034A9 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 52 | 169 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.34 |
| HSL | 225.88º | 0.83% | 0.36% | - |
| HSV(B) | 225.88º | 0.91% | 0.66% | - |
| XYZ | 8.6 | 5.43 | 38.13 | - |
| YUV | 54.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 169 | 0.91 | 0.69 | 0 | 0.34 | 225.88 | 0.83 | 0.36 |
| Hex | 10 | 34 | A9 | 5B | 45 | 0 | 22 | E2 | 53 | 24 |
| Octal | 20 | 64 | 251 | 133 | 105 | 0 | 42 | 342 | 123 | 44 |
| Binary | 10000 | 110100 | 10101001 | 1011011 | 1000101 | 0 | 100010 | 11100010 | 1010011 | 100100 |
Color Harmonies of #1034A9
Complementary color
Monochromatic Colors of #1034A9
Black with #1034A9
Text Example
Text Example
White with #1034A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1034A9; }
p { color: rgb(16,52,169); }
H1.HeaderClassName
{
color: #1034A9;
}
.AnyTagClassName
{
color: #1034A9;
}
</style>
background-color css
<style>
a { background-color: #1034A9; }
a { background-color: rgb(16,52,169); }
div.DivClassName
{
background-color: #1034A9;
}
.BgClassName
{
background-color: #1034A9;
}
</style>
border-color css
<style>
span { border-color: #1034A9; }
span { border-color: rgb(16,52,169); }
td.TdClassName
{
border-color: #1034A9;
}
.TagClassName
{
border-color: #1034A9;
}
</style>