Shades of Egyptian Blue #103BA1
Tints of Egyptian Blue #103BA1
RGB
CMYK
RGB Variations
Color information
#103BA1 (or 0x103BA1) is known color: Egyptian Blue. HEX triplet: 10, 3B and A1. RGB value is (16,59,161). Sum of RGB (Red+Green+Blue) = 16+59+161=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #103BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA1 is #EFC45E. Grayscale: #393939. Windows color (decimal): -15713375 or 10566416. OLE color: 10566416.
HSL color Cylindrical-coordinate representation of color #103BA1: hue angle of 222.21º 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 #103BA1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 59 | 161 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.37 |
| HSL | 222.21º | 0.82% | 0.35% | - |
| HSV(B) | 222.21º | 0.9% | 0.63% | - |
| XYZ | 8.21 | 5.81 | 34.41 | - |
| YUV | 57.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 161 | 0.90 | 0.63 | 0 | 0.37 | 222.21 | 0.82 | 0.35 |
| Hex | 10 | 3B | A1 | 5A | 3F | 0 | 25 | DE | 52 | 23 |
| Octal | 20 | 73 | 241 | 132 | 77 | 0 | 45 | 336 | 122 | 43 |
| Binary | 10000 | 111011 | 10100001 | 1011010 | 111111 | 0 | 100101 | 11011110 | 1010010 | 100011 |
Color Harmonies of #103BA1
Complementary color
Monochromatic Colors of #103BA1
Black with #103BA1
Text Example
Text Example
White with #103BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BA1; }
p { color: rgb(16,59,161); }
H1.HeaderClassName
{
color: #103BA1;
}
.AnyTagClassName
{
color: #103BA1;
}
</style>
background-color css
<style>
a { background-color: #103BA1; }
a { background-color: rgb(16,59,161); }
div.DivClassName
{
background-color: #103BA1;
}
.BgClassName
{
background-color: #103BA1;
}
</style>
border-color css
<style>
span { border-color: #103BA1; }
span { border-color: rgb(16,59,161); }
td.TdClassName
{
border-color: #103BA1;
}
.TagClassName
{
border-color: #103BA1;
}
</style>