Shades of Egyptian Blue #103BA2
Tints of Egyptian Blue #103BA2
RGB
CMYK
RGB Variations
Color information
#103BA2 (or 0x103BA2) is known color: Egyptian Blue. HEX triplet: 10, 3B and A2. RGB value is (16,59,162). Sum of RGB (Red+Green+Blue) = 16+59+162=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #103BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA2 is #EFC45D. Grayscale: #393939. Windows color (decimal): -15713374 or 10631952. OLE color: 10631952.
HSL color Cylindrical-coordinate representation of color #103BA2: hue angle of 222.33º 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 #103BA2 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 59 | 162 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.36 |
| HSL | 222.33º | 0.82% | 0.35% | - |
| HSV(B) | 222.33º | 0.9% | 0.64% | - |
| XYZ | 8.3 | 5.85 | 34.87 | - |
| YUV | 57.89 | 186.75 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 162 | 0.90 | 0.64 | 0 | 0.36 | 222.33 | 0.82 | 0.35 |
| Hex | 10 | 3B | A2 | 5A | 40 | 0 | 24 | DE | 52 | 23 |
| Octal | 20 | 73 | 242 | 132 | 100 | 0 | 44 | 336 | 122 | 43 |
| Binary | 10000 | 111011 | 10100010 | 1011010 | 1000000 | 0 | 100100 | 11011110 | 1010010 | 100011 |
Color Harmonies of #103BA2
Complementary color
Monochromatic Colors of #103BA2
Black with #103BA2
Text Example
Text Example
White with #103BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BA2; }
p { color: rgb(16,59,162); }
H1.HeaderClassName
{
color: #103BA2;
}
.AnyTagClassName
{
color: #103BA2;
}
</style>
background-color css
<style>
a { background-color: #103BA2; }
a { background-color: rgb(16,59,162); }
div.DivClassName
{
background-color: #103BA2;
}
.BgClassName
{
background-color: #103BA2;
}
</style>
border-color css
<style>
span { border-color: #103BA2; }
span { border-color: rgb(16,59,162); }
td.TdClassName
{
border-color: #103BA2;
}
.TagClassName
{
border-color: #103BA2;
}
</style>