Shades of Egyptian Blue #103C9B
Tints of Egyptian Blue #103C9B
RGB
CMYK
RGB Variations
Color information
#103C9B (or 0x103C9B) is known color: Egyptian Blue. HEX triplet: 10, 3C and 9B. RGB value is (16,60,155). Sum of RGB (Red+Green+Blue) = 16+60+155=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #103C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C9B is #EFC364. Grayscale: #393939. Windows color (decimal): -15713125 or 10173456. OLE color: 10173456.
HSL color Cylindrical-coordinate representation of color #103C9B: hue angle of 221.01º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103C9B is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 60 | 155 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.39 |
| HSL | 221.01º | 0.81% | 0.34% | - |
| HSV(B) | 221.01º | 0.9% | 0.61% | - |
| XYZ | 7.75 | 5.71 | 31.7 | - |
| YUV | 57.67 | 182.92 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 155 | 0.90 | 0.61 | 0 | 0.39 | 221.01 | 0.81 | 0.34 |
| Hex | 10 | 3C | 9B | 5A | 3D | 0 | 27 | DD | 51 | 22 |
| Octal | 20 | 74 | 233 | 132 | 75 | 0 | 47 | 335 | 121 | 42 |
| Binary | 10000 | 111100 | 10011011 | 1011010 | 111101 | 0 | 100111 | 11011101 | 1010001 | 100010 |
Color Harmonies of #103C9B
Complementary color
Monochromatic Colors of #103C9B
Black with #103C9B
Text Example
Text Example
White with #103C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C9B; }
p { color: rgb(16,60,155); }
H1.HeaderClassName
{
color: #103C9B;
}
.AnyTagClassName
{
color: #103C9B;
}
</style>
background-color css
<style>
a { background-color: #103C9B; }
a { background-color: rgb(16,60,155); }
div.DivClassName
{
background-color: #103C9B;
}
.BgClassName
{
background-color: #103C9B;
}
</style>
border-color css
<style>
span { border-color: #103C9B; }
span { border-color: rgb(16,60,155); }
td.TdClassName
{
border-color: #103C9B;
}
.TagClassName
{
border-color: #103C9B;
}
</style>