Shades of Egyptian Blue #103BA0
Tints of Egyptian Blue #103BA0
RGB
CMYK
RGB Variations
Color information
#103BA0 (or 0x103BA0) is known color: Egyptian Blue. HEX triplet: 10, 3B and A0. RGB value is (16,59,160). Sum of RGB (Red+Green+Blue) = 16+59+160=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #103BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA0 is #EFC45F. Grayscale: #393939. Windows color (decimal): -15713376 or 10500880. OLE color: 10500880.
HSL color Cylindrical-coordinate representation of color #103BA0: hue angle of 222.08º 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 #103BA0 is Cyan = 0.9, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 59 | 160 | - |
| CMYK | 0.9 | 0.63 | 0 | 0.37 |
| HSL | 222.08º | 0.82% | 0.35% | - |
| HSV(B) | 222.08º | 0.9% | 0.63% | - |
| XYZ | 8.12 | 5.78 | 33.94 | - |
| YUV | 57.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 160 | 0.9 | 0.63 | 0 | 0.37 | 222.08 | 0.82 | 0.35 |
| Hex | 10 | 3B | A0 | 5A | 3F | 0 | 25 | DE | 52 | 23 |
| Octal | 20 | 73 | 240 | 132 | 77 | 0 | 45 | 336 | 122 | 43 |
| Binary | 10000 | 111011 | 10100000 | 1011010 | 111111 | 0 | 100101 | 11011110 | 1010010 | 100011 |
Color Harmonies of #103BA0
Complementary color
Monochromatic Colors of #103BA0
Black with #103BA0
Text Example
Text Example
White with #103BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BA0; }
p { color: rgb(16,59,160); }
H1.HeaderClassName
{
color: #103BA0;
}
.AnyTagClassName
{
color: #103BA0;
}
</style>
background-color css
<style>
a { background-color: #103BA0; }
a { background-color: rgb(16,59,160); }
div.DivClassName
{
background-color: #103BA0;
}
.BgClassName
{
background-color: #103BA0;
}
</style>
border-color css
<style>
span { border-color: #103BA0; }
span { border-color: rgb(16,59,160); }
td.TdClassName
{
border-color: #103BA0;
}
.TagClassName
{
border-color: #103BA0;
}
</style>