Shades of Egyptian Blue #103FA3
Tints of Egyptian Blue #103FA3
RGB
CMYK
RGB Variations
Color information
#103FA3 (or 0x103FA3) is known color: Egyptian Blue. HEX triplet: 10, 3F and A3. RGB value is (16,63,163). Sum of RGB (Red+Green+Blue) = 16+63+163=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #103FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FA3 is #EFC05C. Grayscale: #3B3B3B. Windows color (decimal): -15712349 or 10698512. OLE color: 10698512.
HSL color Cylindrical-coordinate representation of color #103FA3: hue angle of 220.82º 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 #103FA3 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 63 | 163 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.36 |
| HSL | 220.82º | 0.82% | 0.35% | - |
| HSV(B) | 220.82º | 0.9% | 0.64% | - |
| XYZ | 8.6 | 6.31 | 35.41 | - |
| YUV | 60.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 163 | 0.90 | 0.61 | 0 | 0.36 | 220.82 | 0.82 | 0.35 |
| Hex | 10 | 3F | A3 | 5A | 3D | 0 | 24 | DD | 52 | 23 |
| Octal | 20 | 77 | 243 | 132 | 75 | 0 | 44 | 335 | 122 | 43 |
| Binary | 10000 | 111111 | 10100011 | 1011010 | 111101 | 0 | 100100 | 11011101 | 1010010 | 100011 |
Color Harmonies of #103FA3
Complementary color
Monochromatic Colors of #103FA3
Black with #103FA3
Text Example
Text Example
White with #103FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FA3; }
p { color: rgb(16,63,163); }
H1.HeaderClassName
{
color: #103FA3;
}
.AnyTagClassName
{
color: #103FA3;
}
</style>
background-color css
<style>
a { background-color: #103FA3; }
a { background-color: rgb(16,63,163); }
div.DivClassName
{
background-color: #103FA3;
}
.BgClassName
{
background-color: #103FA3;
}
</style>
border-color css
<style>
span { border-color: #103FA3; }
span { border-color: rgb(16,63,163); }
td.TdClassName
{
border-color: #103FA3;
}
.TagClassName
{
border-color: #103FA3;
}
</style>