Shades of Egyptian Blue #103AA0
Tints of Egyptian Blue #103AA0
RGB
CMYK
RGB Variations
Color information
#103AA0 (or 0x103AA0) is known color: Egyptian Blue. HEX triplet: 10, 3A and A0. RGB value is (16,58,160). Sum of RGB (Red+Green+Blue) = 16+58+160=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #103AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AA0 is #EFC55F. Grayscale: #383838. Windows color (decimal): -15713632 or 10500624. OLE color: 10500624.
HSL color Cylindrical-coordinate representation of color #103AA0: hue angle of 222.5º 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 #103AA0 is Cyan = 0.9, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 58 | 160 | - |
| CMYK | 0.9 | 0.64 | 0 | 0.37 |
| HSL | 222.5º | 0.82% | 0.35% | - |
| HSV(B) | 222.5º | 0.9% | 0.63% | - |
| XYZ | 8.07 | 5.67 | 33.93 | - |
| YUV | 57.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 160 | 0.9 | 0.64 | 0 | 0.37 | 222.5 | 0.82 | 0.35 |
| Hex | 10 | 3A | A0 | 5A | 40 | 0 | 25 | DE | 52 | 23 |
| Octal | 20 | 72 | 240 | 132 | 100 | 0 | 45 | 336 | 122 | 43 |
| Binary | 10000 | 111010 | 10100000 | 1011010 | 1000000 | 0 | 100101 | 11011110 | 1010010 | 100011 |
Color Harmonies of #103AA0
Complementary color
Monochromatic Colors of #103AA0
Black with #103AA0
Text Example
Text Example
White with #103AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AA0; }
p { color: rgb(16,58,160); }
H1.HeaderClassName
{
color: #103AA0;
}
.AnyTagClassName
{
color: #103AA0;
}
</style>
background-color css
<style>
a { background-color: #103AA0; }
a { background-color: rgb(16,58,160); }
div.DivClassName
{
background-color: #103AA0;
}
.BgClassName
{
background-color: #103AA0;
}
</style>
border-color css
<style>
span { border-color: #103AA0; }
span { border-color: rgb(16,58,160); }
td.TdClassName
{
border-color: #103AA0;
}
.TagClassName
{
border-color: #103AA0;
}
</style>