Shades of Egyptian Blue #103C9E
Tints of Egyptian Blue #103C9E
RGB
CMYK
RGB Variations
Color information
#103C9E (or 0x103C9E) is known color: Egyptian Blue. HEX triplet: 10, 3C and 9E. RGB value is (16,60,158). Sum of RGB (Red+Green+Blue) = 16+60+158=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #103C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C9E is #EFC361. Grayscale: #393939. Windows color (decimal): -15713122 or 10370064. OLE color: 10370064.
HSL color Cylindrical-coordinate representation of color #103C9E: hue angle of 221.41º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103C9E is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 60 | 158 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.38 |
| HSL | 221.41º | 0.82% | 0.34% | - |
| HSV(B) | 221.41º | 0.9% | 0.62% | - |
| XYZ | 8 | 5.81 | 33.05 | - |
| YUV | 58.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 158 | 0.90 | 0.62 | 0 | 0.38 | 221.41 | 0.82 | 0.34 |
| Hex | 10 | 3C | 9E | 5A | 3E | 0 | 26 | DD | 52 | 22 |
| Octal | 20 | 74 | 236 | 132 | 76 | 0 | 46 | 335 | 122 | 42 |
| Binary | 10000 | 111100 | 10011110 | 1011010 | 111110 | 0 | 100110 | 11011101 | 1010010 | 100010 |
Color Harmonies of #103C9E
Complementary color
Monochromatic Colors of #103C9E
Black with #103C9E
Text Example
Text Example
White with #103C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C9E; }
p { color: rgb(16,60,158); }
H1.HeaderClassName
{
color: #103C9E;
}
.AnyTagClassName
{
color: #103C9E;
}
</style>
background-color css
<style>
a { background-color: #103C9E; }
a { background-color: rgb(16,60,158); }
div.DivClassName
{
background-color: #103C9E;
}
.BgClassName
{
background-color: #103C9E;
}
</style>
border-color css
<style>
span { border-color: #103C9E; }
span { border-color: rgb(16,60,158); }
td.TdClassName
{
border-color: #103C9E;
}
.TagClassName
{
border-color: #103C9E;
}
</style>