Shades of Egyptian Blue #103CA7
Tints of Egyptian Blue #103CA7
RGB
CMYK
RGB Variations
Color information
#103CA7 (or 0x103CA7) is known color: Egyptian Blue. HEX triplet: 10, 3C and A7. RGB value is (16,60,167). Sum of RGB (Red+Green+Blue) = 16+60+167=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #103CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CA7 is #EFC358. Grayscale: #3A3A3A. Windows color (decimal): -15713113 or 10959888. OLE color: 10959888.
HSL color Cylindrical-coordinate representation of color #103CA7: hue angle of 222.52º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103CA7 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 60 | 167 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.35 |
| HSL | 222.52º | 0.83% | 0.36% | - |
| HSV(B) | 222.52º | 0.9% | 0.65% | - |
| XYZ | 8.8 | 6.13 | 37.28 | - |
| YUV | 59.04 | 188.92 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 167 | 0.90 | 0.64 | 0 | 0.35 | 222.52 | 0.83 | 0.36 |
| Hex | 10 | 3C | A7 | 5A | 40 | 0 | 23 | DF | 53 | 24 |
| Octal | 20 | 74 | 247 | 132 | 100 | 0 | 43 | 337 | 123 | 44 |
| Binary | 10000 | 111100 | 10100111 | 1011010 | 1000000 | 0 | 100011 | 11011111 | 1010011 | 100100 |
Color Harmonies of #103CA7
Complementary color
Monochromatic Colors of #103CA7
Black with #103CA7
Text Example
Text Example
White with #103CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CA7; }
p { color: rgb(16,60,167); }
H1.HeaderClassName
{
color: #103CA7;
}
.AnyTagClassName
{
color: #103CA7;
}
</style>
background-color css
<style>
a { background-color: #103CA7; }
a { background-color: rgb(16,60,167); }
div.DivClassName
{
background-color: #103CA7;
}
.BgClassName
{
background-color: #103CA7;
}
</style>
border-color css
<style>
span { border-color: #103CA7; }
span { border-color: rgb(16,60,167); }
td.TdClassName
{
border-color: #103CA7;
}
.TagClassName
{
border-color: #103CA7;
}
</style>