Shades of Egyptian Blue #103CA6
Tints of Egyptian Blue #103CA6
RGB
CMYK
RGB Variations
Color information
#103CA6 (or 0x103CA6) is known color: Egyptian Blue. HEX triplet: 10, 3C and A6. RGB value is (16,60,166). Sum of RGB (Red+Green+Blue) = 16+60+166=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #103CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CA6 is #EFC359. Grayscale: #3A3A3A. Windows color (decimal): -15713114 or 10894352. OLE color: 10894352.
HSL color Cylindrical-coordinate representation of color #103CA6: hue angle of 222.4º degrees, saturation: 0.82, 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 #103CA6 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 60 | 166 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.35 |
| HSL | 222.4º | 0.82% | 0.36% | - |
| HSV(B) | 222.4º | 0.9% | 0.65% | - |
| XYZ | 8.71 | 6.1 | 36.79 | - |
| YUV | 58.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 166 | 0.90 | 0.64 | 0 | 0.35 | 222.4 | 0.82 | 0.36 |
| Hex | 10 | 3C | A6 | 5A | 40 | 0 | 23 | DE | 52 | 24 |
| Octal | 20 | 74 | 246 | 132 | 100 | 0 | 43 | 336 | 122 | 44 |
| Binary | 10000 | 111100 | 10100110 | 1011010 | 1000000 | 0 | 100011 | 11011110 | 1010010 | 100100 |
Color Harmonies of #103CA6
Complementary color
Monochromatic Colors of #103CA6
Black with #103CA6
Text Example
Text Example
White with #103CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CA6; }
p { color: rgb(16,60,166); }
H1.HeaderClassName
{
color: #103CA6;
}
.AnyTagClassName
{
color: #103CA6;
}
</style>
background-color css
<style>
a { background-color: #103CA6; }
a { background-color: rgb(16,60,166); }
div.DivClassName
{
background-color: #103CA6;
}
.BgClassName
{
background-color: #103CA6;
}
</style>
border-color css
<style>
span { border-color: #103CA6; }
span { border-color: rgb(16,60,166); }
td.TdClassName
{
border-color: #103CA6;
}
.TagClassName
{
border-color: #103CA6;
}
</style>