Shades of Egyptian Blue #103FA2
Tints of Egyptian Blue #103FA2
RGB
CMYK
RGB Variations
Color information
#103FA2 (or 0x103FA2) is known color: Egyptian Blue. HEX triplet: 10, 3F and A2. RGB value is (16,63,162). Sum of RGB (Red+Green+Blue) = 16+63+162=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #103FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FA2 is #EFC05D. Grayscale: #3B3B3B. Windows color (decimal): -15712350 or 10632976. OLE color: 10632976.
HSL color Cylindrical-coordinate representation of color #103FA2: hue angle of 220.68º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103FA2 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 63 | 162 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.36 |
| HSL | 220.68º | 0.82% | 0.35% | - |
| HSV(B) | 220.68º | 0.9% | 0.64% | - |
| XYZ | 8.51 | 6.27 | 34.94 | - |
| YUV | 60.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 162 | 0.90 | 0.61 | 0 | 0.36 | 220.68 | 0.82 | 0.35 |
| Hex | 10 | 3F | A2 | 5A | 3D | 0 | 24 | DD | 52 | 23 |
| Octal | 20 | 77 | 242 | 132 | 75 | 0 | 44 | 335 | 122 | 43 |
| Binary | 10000 | 111111 | 10100010 | 1011010 | 111101 | 0 | 100100 | 11011101 | 1010010 | 100011 |
Color Harmonies of #103FA2
Complementary color
Monochromatic Colors of #103FA2
Black with #103FA2
Text Example
Text Example
White with #103FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FA2; }
p { color: rgb(16,63,162); }
H1.HeaderClassName
{
color: #103FA2;
}
.AnyTagClassName
{
color: #103FA2;
}
</style>
background-color css
<style>
a { background-color: #103FA2; }
a { background-color: rgb(16,63,162); }
div.DivClassName
{
background-color: #103FA2;
}
.BgClassName
{
background-color: #103FA2;
}
</style>
border-color css
<style>
span { border-color: #103FA2; }
span { border-color: rgb(16,63,162); }
td.TdClassName
{
border-color: #103FA2;
}
.TagClassName
{
border-color: #103FA2;
}
</style>