Shades of Egyptian Blue #103B99
Tints of Egyptian Blue #103B99
RGB
CMYK
RGB Variations
Color information
#103B99 (or 0x103B99) is known color: Egyptian Blue. HEX triplet: 10, 3B and 99. RGB value is (16,59,153). Sum of RGB (Red+Green+Blue) = 16+59+153=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #103B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B99 is #EFC466. Grayscale: #383838. Windows color (decimal): -15713383 or 10042128. OLE color: 10042128.
HSL color Cylindrical-coordinate representation of color #103B99: hue angle of 221.17º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103B99 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 59 | 153 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.4 |
| HSL | 221.17º | 0.81% | 0.33% | - |
| HSV(B) | 221.17º | 0.9% | 0.6% | - |
| XYZ | 7.53 | 5.54 | 30.81 | - |
| YUV | 56.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 153 | 0.90 | 0.61 | 0 | 0.4 | 221.17 | 0.81 | 0.33 |
| Hex | 10 | 3B | 99 | 5A | 3D | 0 | 28 | DD | 51 | 21 |
| Octal | 20 | 73 | 231 | 132 | 75 | 0 | 50 | 335 | 121 | 41 |
| Binary | 10000 | 111011 | 10011001 | 1011010 | 111101 | 0 | 101000 | 11011101 | 1010001 | 100001 |
Color Harmonies of #103B99
Complementary color
Monochromatic Colors of #103B99
Black with #103B99
Text Example
Text Example
White with #103B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B99; }
p { color: rgb(16,59,153); }
H1.HeaderClassName
{
color: #103B99;
}
.AnyTagClassName
{
color: #103B99;
}
</style>
background-color css
<style>
a { background-color: #103B99; }
a { background-color: rgb(16,59,153); }
div.DivClassName
{
background-color: #103B99;
}
.BgClassName
{
background-color: #103B99;
}
</style>
border-color css
<style>
span { border-color: #103B99; }
span { border-color: rgb(16,59,153); }
td.TdClassName
{
border-color: #103B99;
}
.TagClassName
{
border-color: #103B99;
}
</style>