Shades of Egyptian Blue #103CA3
Tints of Egyptian Blue #103CA3
RGB
CMYK
RGB Variations
Color information
#103CA3 (or 0x103CA3) is known color: Egyptian Blue. HEX triplet: 10, 3C and A3. RGB value is (16,60,163). Sum of RGB (Red+Green+Blue) = 16+60+163=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #103CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CA3 is #EFC35C. Grayscale: #3A3A3A. Windows color (decimal): -15713117 or 10697744. OLE color: 10697744.
HSL color Cylindrical-coordinate representation of color #103CA3: hue angle of 222.04º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103CA3 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 60 | 163 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.36 |
| HSL | 222.04º | 0.82% | 0.35% | - |
| HSV(B) | 222.04º | 0.9% | 0.64% | - |
| XYZ | 8.44 | 5.99 | 35.36 | - |
| YUV | 58.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 163 | 0.90 | 0.63 | 0 | 0.36 | 222.04 | 0.82 | 0.35 |
| Hex | 10 | 3C | A3 | 5A | 3F | 0 | 24 | DE | 52 | 23 |
| Octal | 20 | 74 | 243 | 132 | 77 | 0 | 44 | 336 | 122 | 43 |
| Binary | 10000 | 111100 | 10100011 | 1011010 | 111111 | 0 | 100100 | 11011110 | 1010010 | 100011 |
Color Harmonies of #103CA3
Complementary color
Monochromatic Colors of #103CA3
Black with #103CA3
Text Example
Text Example
White with #103CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CA3; }
p { color: rgb(16,60,163); }
H1.HeaderClassName
{
color: #103CA3;
}
.AnyTagClassName
{
color: #103CA3;
}
</style>
background-color css
<style>
a { background-color: #103CA3; }
a { background-color: rgb(16,60,163); }
div.DivClassName
{
background-color: #103CA3;
}
.BgClassName
{
background-color: #103CA3;
}
</style>
border-color css
<style>
span { border-color: #103CA3; }
span { border-color: rgb(16,60,163); }
td.TdClassName
{
border-color: #103CA3;
}
.TagClassName
{
border-color: #103CA3;
}
</style>