Shades of Egyptian Blue #1040A1
Tints of Egyptian Blue #1040A1
RGB
CMYK
RGB Variations
Color information
#1040A1 (or 0x1040A1) is known color: Egyptian Blue. HEX triplet: 10, 40 and A1. RGB value is (16,64,161). Sum of RGB (Red+Green+Blue) = 16+64+161=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #1040A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1040A1 is #EFBF5E. Grayscale: #3C3C3C. Windows color (decimal): -15712095 or 10567696. OLE color: 10567696.
HSL color Cylindrical-coordinate representation of color #1040A1: hue angle of 220.14º 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 #1040A1 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 64 | 161 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.37 |
| HSL | 220.14º | 0.82% | 0.35% | - |
| HSV(B) | 220.14º | 0.9% | 0.63% | - |
| XYZ | 8.48 | 6.35 | 34.5 | - |
| YUV | 60.71 | 184.6 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 161 | 0.90 | 0.60 | 0 | 0.37 | 220.14 | 0.82 | 0.35 |
| Hex | 10 | 40 | A1 | 5A | 3C | 0 | 25 | DC | 52 | 23 |
| Octal | 20 | 100 | 241 | 132 | 74 | 0 | 45 | 334 | 122 | 43 |
| Binary | 10000 | 1000000 | 10100001 | 1011010 | 111100 | 0 | 100101 | 11011100 | 1010010 | 100011 |
Color Harmonies of #1040A1
Complementary color
Monochromatic Colors of #1040A1
Black with #1040A1
Text Example
Text Example
White with #1040A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1040A1; }
p { color: rgb(16,64,161); }
H1.HeaderClassName
{
color: #1040A1;
}
.AnyTagClassName
{
color: #1040A1;
}
</style>
background-color css
<style>
a { background-color: #1040A1; }
a { background-color: rgb(16,64,161); }
div.DivClassName
{
background-color: #1040A1;
}
.BgClassName
{
background-color: #1040A1;
}
</style>
border-color css
<style>
span { border-color: #1040A1; }
span { border-color: rgb(16,64,161); }
td.TdClassName
{
border-color: #1040A1;
}
.TagClassName
{
border-color: #1040A1;
}
</style>