Shades of Egyptian Blue #103FA9
Tints of Egyptian Blue #103FA9
RGB
CMYK
RGB Variations
Color information
#103FA9 (or 0x103FA9) is known color: Egyptian Blue. HEX triplet: 10, 3F and A9. RGB value is (16,63,169). Sum of RGB (Red+Green+Blue) = 16+63+169=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #103FA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FA9 is #EFC056. Grayscale: #3C3C3C. Windows color (decimal): -15712343 or 11091728. OLE color: 11091728.
HSL color Cylindrical-coordinate representation of color #103FA9: hue angle of 221.57º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103FA9 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 63 | 169 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.34 |
| HSL | 221.57º | 0.83% | 0.36% | - |
| HSV(B) | 221.57º | 0.91% | 0.66% | - |
| XYZ | 9.15 | 6.53 | 38.31 | - |
| YUV | 61.03 | 188.93 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 169 | 0.91 | 0.63 | 0 | 0.34 | 221.57 | 0.83 | 0.36 |
| Hex | 10 | 3F | A9 | 5B | 3F | 0 | 22 | DE | 53 | 24 |
| Octal | 20 | 77 | 251 | 133 | 77 | 0 | 42 | 336 | 123 | 44 |
| Binary | 10000 | 111111 | 10101001 | 1011011 | 111111 | 0 | 100010 | 11011110 | 1010011 | 100100 |
Color Harmonies of #103FA9
Complementary color
Monochromatic Colors of #103FA9
Black with #103FA9
Text Example
Text Example
White with #103FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FA9; }
p { color: rgb(16,63,169); }
H1.HeaderClassName
{
color: #103FA9;
}
.AnyTagClassName
{
color: #103FA9;
}
</style>
background-color css
<style>
a { background-color: #103FA9; }
a { background-color: rgb(16,63,169); }
div.DivClassName
{
background-color: #103FA9;
}
.BgClassName
{
background-color: #103FA9;
}
</style>
border-color css
<style>
span { border-color: #103FA9; }
span { border-color: rgb(16,63,169); }
td.TdClassName
{
border-color: #103FA9;
}
.TagClassName
{
border-color: #103FA9;
}
</style>