Shades of Egyptian Blue #103FA7
Tints of Egyptian Blue #103FA7
RGB
CMYK
RGB Variations
Color information
#103FA7 (or 0x103FA7) is known color: Egyptian Blue. HEX triplet: 10, 3F and A7. RGB value is (16,63,167). Sum of RGB (Red+Green+Blue) = 16+63+167=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 167 (65.62% from 255 or 67.89% from 246); Max value from RGB is 167 - color contains mainly: blue. Hex color #103FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FA7 is #EFC058. Grayscale: #3C3C3C. Windows color (decimal): -15712345 or 10960656. OLE color: 10960656.
HSL color Cylindrical-coordinate representation of color #103FA7: hue angle of 221.32º 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 #103FA7 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 63 | 167 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.35 |
| HSL | 221.32º | 0.83% | 0.36% | - |
| HSV(B) | 221.32º | 0.9% | 0.65% | - |
| XYZ | 8.97 | 6.46 | 37.33 | - |
| YUV | 60.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 167 | 0.90 | 0.62 | 0 | 0.35 | 221.32 | 0.83 | 0.36 |
| Hex | 10 | 3F | A7 | 5A | 3E | 0 | 23 | DD | 53 | 24 |
| Octal | 20 | 77 | 247 | 132 | 76 | 0 | 43 | 335 | 123 | 44 |
| Binary | 10000 | 111111 | 10100111 | 1011010 | 111110 | 0 | 100011 | 11011101 | 1010011 | 100100 |
Color Harmonies of #103FA7
Complementary color
Monochromatic Colors of #103FA7
Black with #103FA7
Text Example
Text Example
White with #103FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FA7; }
p { color: rgb(16,63,167); }
H1.HeaderClassName
{
color: #103FA7;
}
.AnyTagClassName
{
color: #103FA7;
}
</style>
background-color css
<style>
a { background-color: #103FA7; }
a { background-color: rgb(16,63,167); }
div.DivClassName
{
background-color: #103FA7;
}
.BgClassName
{
background-color: #103FA7;
}
</style>
border-color css
<style>
span { border-color: #103FA7; }
span { border-color: rgb(16,63,167); }
td.TdClassName
{
border-color: #103FA7;
}
.TagClassName
{
border-color: #103FA7;
}
</style>