Shades of Egyptian Blue #1024A6
Tints of Egyptian Blue #1024A6
RGB
CMYK
RGB Variations
Color information
#1024A6 (or 0x1024A6) is known color: Egyptian Blue. HEX triplet: 10, 24 and A6. RGB value is (16,36,166). Sum of RGB (Red+Green+Blue) = 16+36+166=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 166 (65.23% from 255 or 76.15% from 218); Max value from RGB is 166 - color contains mainly: blue. Hex color #1024A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1024A6 is #EFDB59. Grayscale: #2C2C2C. Windows color (decimal): -15719258 or 10888208. OLE color: 10888208.
HSL color Cylindrical-coordinate representation of color #1024A6: hue angle of 232º 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 #1024A6 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 36 | 166 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.35 |
| HSL | 232º | 0.82% | 0.36% | - |
| HSV(B) | 232º | 0.9% | 0.65% | - |
| XYZ | 7.73 | 4.13 | 36.47 | - |
| YUV | 44.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 166 | 0.90 | 0.78 | 0 | 0.35 | 232 | 0.82 | 0.36 |
| Hex | 10 | 24 | A6 | 5A | 4E | 0 | 23 | E8 | 52 | 24 |
| Octal | 20 | 44 | 246 | 132 | 116 | 0 | 43 | 350 | 122 | 44 |
| Binary | 10000 | 100100 | 10100110 | 1011010 | 1001110 | 0 | 100011 | 11101000 | 1010010 | 100100 |
Color Harmonies of #1024A6
Complementary color
Monochromatic Colors of #1024A6
Black with #1024A6
Text Example
Text Example
White with #1024A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024A6; }
p { color: rgb(16,36,166); }
H1.HeaderClassName
{
color: #1024A6;
}
.AnyTagClassName
{
color: #1024A6;
}
</style>
background-color css
<style>
a { background-color: #1024A6; }
a { background-color: rgb(16,36,166); }
div.DivClassName
{
background-color: #1024A6;
}
.BgClassName
{
background-color: #1024A6;
}
</style>
border-color css
<style>
span { border-color: #1024A6; }
span { border-color: rgb(16,36,166); }
td.TdClassName
{
border-color: #1024A6;
}
.TagClassName
{
border-color: #1024A6;
}
</style>