Shades of Egyptian Blue #103D9A
Tints of Egyptian Blue #103D9A
RGB
CMYK
RGB Variations
Color information
#103D9A (or 0x103D9A) is known color: Egyptian Blue. HEX triplet: 10, 3D and 9A. RGB value is (16,61,154). Sum of RGB (Red+Green+Blue) = 16+61+154=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #103D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D9A is #EFC265. Grayscale: #393939. Windows color (decimal): -15712870 or 10108176. OLE color: 10108176.
HSL color Cylindrical-coordinate representation of color #103D9A: hue angle of 220.43º 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 #103D9A is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 61 | 154 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.40 |
| HSL | 220.43º | 0.81% | 0.33% | - |
| HSV(B) | 220.43º | 0.9% | 0.6% | - |
| XYZ | 7.72 | 5.78 | 31.28 | - |
| YUV | 58.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 154 | 0.90 | 0.60 | 0 | 0.40 | 220.43 | 0.81 | 0.33 |
| Hex | 10 | 3D | 9A | 5A | 3C | 0 | 28 | DC | 51 | 21 |
| Octal | 20 | 75 | 232 | 132 | 74 | 0 | 50 | 334 | 121 | 41 |
| Binary | 10000 | 111101 | 10011010 | 1011010 | 111100 | 0 | 101000 | 11011100 | 1010001 | 100001 |
Color Harmonies of #103D9A
Complementary color
Monochromatic Colors of #103D9A
Black with #103D9A
Text Example
Text Example
White with #103D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D9A; }
p { color: rgb(16,61,154); }
H1.HeaderClassName
{
color: #103D9A;
}
.AnyTagClassName
{
color: #103D9A;
}
</style>
background-color css
<style>
a { background-color: #103D9A; }
a { background-color: rgb(16,61,154); }
div.DivClassName
{
background-color: #103D9A;
}
.BgClassName
{
background-color: #103D9A;
}
</style>
border-color css
<style>
span { border-color: #103D9A; }
span { border-color: rgb(16,61,154); }
td.TdClassName
{
border-color: #103D9A;
}
.TagClassName
{
border-color: #103D9A;
}
</style>