Shades of Egyptian Blue #103F9A
Tints of Egyptian Blue #103F9A
RGB
CMYK
RGB Variations
Color information
#103F9A (or 0x103F9A) is known color: Egyptian Blue. HEX triplet: 10, 3F and 9A. RGB value is (16,63,154). Sum of RGB (Red+Green+Blue) = 16+63+154=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #103F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F9A is #EFC065. Grayscale: #3A3A3A. Windows color (decimal): -15712358 or 10108688. OLE color: 10108688.
HSL color Cylindrical-coordinate representation of color #103F9A: hue angle of 219.57º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103F9A is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 63 | 154 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.40 |
| HSL | 219.57º | 0.81% | 0.33% | - |
| HSV(B) | 219.57º | 0.9% | 0.6% | - |
| XYZ | 7.82 | 6 | 31.32 | - |
| YUV | 59.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 154 | 0.90 | 0.59 | 0 | 0.40 | 219.57 | 0.81 | 0.33 |
| Hex | 10 | 3F | 9A | 5A | 3B | 0 | 28 | DC | 51 | 21 |
| Octal | 20 | 77 | 232 | 132 | 73 | 0 | 50 | 334 | 121 | 41 |
| Binary | 10000 | 111111 | 10011010 | 1011010 | 111011 | 0 | 101000 | 11011100 | 1010001 | 100001 |
Color Harmonies of #103F9A
Complementary color
Monochromatic Colors of #103F9A
Black with #103F9A
Text Example
Text Example
White with #103F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F9A; }
p { color: rgb(16,63,154); }
H1.HeaderClassName
{
color: #103F9A;
}
.AnyTagClassName
{
color: #103F9A;
}
</style>
background-color css
<style>
a { background-color: #103F9A; }
a { background-color: rgb(16,63,154); }
div.DivClassName
{
background-color: #103F9A;
}
.BgClassName
{
background-color: #103F9A;
}
</style>
border-color css
<style>
span { border-color: #103F9A; }
span { border-color: rgb(16,63,154); }
td.TdClassName
{
border-color: #103F9A;
}
.TagClassName
{
border-color: #103F9A;
}
</style>