Shades of Egyptian Blue #1035A0
Tints of Egyptian Blue #1035A0
RGB
CMYK
RGB Variations
Color information
#1035A0 (or 0x1035A0) is known color: Egyptian Blue. HEX triplet: 10, 35 and A0. RGB value is (16,53,160). Sum of RGB (Red+Green+Blue) = 16+53+160=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 160 (62.89% from 255 or 69.87% from 229); Max value from RGB is 160 - color contains mainly: blue. Hex color #1035A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1035A0 is #EFCA5F. Grayscale: #353535. Windows color (decimal): -15714912 or 10499344. OLE color: 10499344.
HSL color Cylindrical-coordinate representation of color #1035A0: hue angle of 224.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1035A0 is Cyan = 0.9, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 53 | 160 | - |
| CMYK | 0.9 | 0.67 | 0 | 0.37 |
| HSL | 224.58º | 0.82% | 0.35% | - |
| HSV(B) | 224.58º | 0.9% | 0.63% | - |
| XYZ | 7.83 | 5.19 | 33.85 | - |
| YUV | 54.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 160 | 0.9 | 0.67 | 0 | 0.37 | 224.58 | 0.82 | 0.35 |
| Hex | 10 | 35 | A0 | 5A | 43 | 0 | 25 | E1 | 52 | 23 |
| Octal | 20 | 65 | 240 | 132 | 103 | 0 | 45 | 341 | 122 | 43 |
| Binary | 10000 | 110101 | 10100000 | 1011010 | 1000011 | 0 | 100101 | 11100001 | 1010010 | 100011 |
Color Harmonies of #1035A0
Complementary color
Monochromatic Colors of #1035A0
Black with #1035A0
Text Example
Text Example
White with #1035A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035A0; }
p { color: rgb(16,53,160); }
H1.HeaderClassName
{
color: #1035A0;
}
.AnyTagClassName
{
color: #1035A0;
}
</style>
background-color css
<style>
a { background-color: #1035A0; }
a { background-color: rgb(16,53,160); }
div.DivClassName
{
background-color: #1035A0;
}
.BgClassName
{
background-color: #1035A0;
}
</style>
border-color css
<style>
span { border-color: #1035A0; }
span { border-color: rgb(16,53,160); }
td.TdClassName
{
border-color: #1035A0;
}
.TagClassName
{
border-color: #1035A0;
}
</style>