Shades of Egyptian Blue #103BAD
Tints of Egyptian Blue #103BAD
RGB
CMYK
RGB Variations
Color information
#103BAD (or 0x103BAD) is known color: Egyptian Blue. HEX triplet: 10, 3B and AD. RGB value is (16,59,173). Sum of RGB (Red+Green+Blue) = 16+59+173=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #103BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BAD is #EFC452. Grayscale: #3A3A3A. Windows color (decimal): -15713363 or 11352848. OLE color: 11352848.
HSL color Cylindrical-coordinate representation of color #103BAD: hue angle of 223.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103BAD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 59 | 173 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.32 |
| HSL | 223.57º | 0.83% | 0.37% | - |
| HSV(B) | 223.57º | 0.91% | 0.68% | - |
| XYZ | 9.32 | 6.26 | 40.25 | - |
| YUV | 59.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 173 | 0.91 | 0.66 | 0 | 0.32 | 223.57 | 0.83 | 0.37 |
| Hex | 10 | 3B | AD | 5B | 42 | 0 | 20 | E0 | 53 | 25 |
| Octal | 20 | 73 | 255 | 133 | 102 | 0 | 40 | 340 | 123 | 45 |
| Binary | 10000 | 111011 | 10101101 | 1011011 | 1000010 | 0 | 100000 | 11100000 | 1010011 | 100101 |
Color Harmonies of #103BAD
Complementary color
Monochromatic Colors of #103BAD
Black with #103BAD
Text Example
Text Example
White with #103BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BAD; }
p { color: rgb(16,59,173); }
H1.HeaderClassName
{
color: #103BAD;
}
.AnyTagClassName
{
color: #103BAD;
}
</style>
background-color css
<style>
a { background-color: #103BAD; }
a { background-color: rgb(16,59,173); }
div.DivClassName
{
background-color: #103BAD;
}
.BgClassName
{
background-color: #103BAD;
}
</style>
border-color css
<style>
span { border-color: #103BAD; }
span { border-color: rgb(16,59,173); }
td.TdClassName
{
border-color: #103BAD;
}
.TagClassName
{
border-color: #103BAD;
}
</style>