Shades of Egyptian Blue #1040A3
Tints of Egyptian Blue #1040A3
RGB
CMYK
RGB Variations
Color information
#1040A3 (or 0x1040A3) is known color: Egyptian Blue. HEX triplet: 10, 40 and A3. RGB value is (16,64,163). Sum of RGB (Red+Green+Blue) = 16+64+163=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #1040A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1040A3 is #EFBF5C. Grayscale: #3C3C3C. Windows color (decimal): -15712093 or 10698768. OLE color: 10698768.
HSL color Cylindrical-coordinate representation of color #1040A3: hue angle of 220.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1040A3 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 64 | 163 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.36 |
| HSL | 220.41º | 0.82% | 0.35% | - |
| HSV(B) | 220.41º | 0.9% | 0.64% | - |
| XYZ | 8.66 | 6.42 | 35.43 | - |
| YUV | 60.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 163 | 0.90 | 0.61 | 0 | 0.36 | 220.41 | 0.82 | 0.35 |
| Hex | 10 | 40 | A3 | 5A | 3D | 0 | 24 | DC | 52 | 23 |
| Octal | 20 | 100 | 243 | 132 | 75 | 0 | 44 | 334 | 122 | 43 |
| Binary | 10000 | 1000000 | 10100011 | 1011010 | 111101 | 0 | 100100 | 11011100 | 1010010 | 100011 |
Color Harmonies of #1040A3
Complementary color
Monochromatic Colors of #1040A3
Black with #1040A3
Text Example
Text Example
White with #1040A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1040A3; }
p { color: rgb(16,64,163); }
H1.HeaderClassName
{
color: #1040A3;
}
.AnyTagClassName
{
color: #1040A3;
}
</style>
background-color css
<style>
a { background-color: #1040A3; }
a { background-color: rgb(16,64,163); }
div.DivClassName
{
background-color: #1040A3;
}
.BgClassName
{
background-color: #1040A3;
}
</style>
border-color css
<style>
span { border-color: #1040A3; }
span { border-color: rgb(16,64,163); }
td.TdClassName
{
border-color: #1040A3;
}
.TagClassName
{
border-color: #1040A3;
}
</style>