Shades of Egyptian Blue #1035A6
Tints of Egyptian Blue #1035A6
RGB
CMYK
RGB Variations
Color information
#1035A6 (or 0x1035A6) is known color: Egyptian Blue. HEX triplet: 10, 35 and A6. RGB value is (16,53,166). Sum of RGB (Red+Green+Blue) = 16+53+166=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #1035A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1035A6 is #EFCA59. Grayscale: #363636. Windows color (decimal): -15714906 or 10892560. OLE color: 10892560.
HSL color Cylindrical-coordinate representation of color #1035A6: hue angle of 225.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1035A6 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 53 | 166 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.35 |
| HSL | 225.2º | 0.82% | 0.36% | - |
| HSV(B) | 225.2º | 0.9% | 0.65% | - |
| XYZ | 8.37 | 5.41 | 36.68 | - |
| YUV | 54.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 166 | 0.90 | 0.68 | 0 | 0.35 | 225.2 | 0.82 | 0.36 |
| Hex | 10 | 35 | A6 | 5A | 44 | 0 | 23 | E1 | 52 | 24 |
| Octal | 20 | 65 | 246 | 132 | 104 | 0 | 43 | 341 | 122 | 44 |
| Binary | 10000 | 110101 | 10100110 | 1011010 | 1000100 | 0 | 100011 | 11100001 | 1010010 | 100100 |
Color Harmonies of #1035A6
Complementary color
Monochromatic Colors of #1035A6
Black with #1035A6
Text Example
Text Example
White with #1035A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035A6; }
p { color: rgb(16,53,166); }
H1.HeaderClassName
{
color: #1035A6;
}
.AnyTagClassName
{
color: #1035A6;
}
</style>
background-color css
<style>
a { background-color: #1035A6; }
a { background-color: rgb(16,53,166); }
div.DivClassName
{
background-color: #1035A6;
}
.BgClassName
{
background-color: #1035A6;
}
</style>
border-color css
<style>
span { border-color: #1035A6; }
span { border-color: rgb(16,53,166); }
td.TdClassName
{
border-color: #1035A6;
}
.TagClassName
{
border-color: #1035A6;
}
</style>