Shades of Egyptian Blue #103FA8
Tints of Egyptian Blue #103FA8
RGB
CMYK
RGB Variations
Color information
#103FA8 (or 0x103FA8) is known color: Egyptian Blue. HEX triplet: 10, 3F and A8. RGB value is (16,63,168). Sum of RGB (Red+Green+Blue) = 16+63+168=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 168 (66.02% from 255 or 68.02% from 247); Max value from RGB is 168 - color contains mainly: blue. Hex color #103FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FA8 is #EFC057. Grayscale: #3C3C3C. Windows color (decimal): -15712344 or 11026192. OLE color: 11026192.
HSL color Cylindrical-coordinate representation of color #103FA8: hue angle of 221.45º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103FA8 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 63 | 168 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.34 |
| HSL | 221.45º | 0.83% | 0.36% | - |
| HSV(B) | 221.45º | 0.9% | 0.66% | - |
| XYZ | 9.06 | 6.49 | 37.82 | - |
| YUV | 60.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 168 | 0.90 | 0.63 | 0 | 0.34 | 221.45 | 0.83 | 0.36 |
| Hex | 10 | 3F | A8 | 5A | 3F | 0 | 22 | DD | 53 | 24 |
| Octal | 20 | 77 | 250 | 132 | 77 | 0 | 42 | 335 | 123 | 44 |
| Binary | 10000 | 111111 | 10101000 | 1011010 | 111111 | 0 | 100010 | 11011101 | 1010011 | 100100 |
Color Harmonies of #103FA8
Complementary color
Monochromatic Colors of #103FA8
Black with #103FA8
Text Example
Text Example
White with #103FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FA8; }
p { color: rgb(16,63,168); }
H1.HeaderClassName
{
color: #103FA8;
}
.AnyTagClassName
{
color: #103FA8;
}
</style>
background-color css
<style>
a { background-color: #103FA8; }
a { background-color: rgb(16,63,168); }
div.DivClassName
{
background-color: #103FA8;
}
.BgClassName
{
background-color: #103FA8;
}
</style>
border-color css
<style>
span { border-color: #103FA8; }
span { border-color: rgb(16,63,168); }
td.TdClassName
{
border-color: #103FA8;
}
.TagClassName
{
border-color: #103FA8;
}
</style>