Shades of Egyptian Blue #103FA4
Tints of Egyptian Blue #103FA4
RGB
CMYK
RGB Variations
Color information
#103FA4 (or 0x103FA4) is known color: Egyptian Blue. HEX triplet: 10, 3F and A4. RGB value is (16,63,164). Sum of RGB (Red+Green+Blue) = 16+63+164=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #103FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FA4 is #EFC05B. Grayscale: #3C3C3C. Windows color (decimal): -15712348 or 10764048. OLE color: 10764048.
HSL color Cylindrical-coordinate representation of color #103FA4: hue angle of 220.95º 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 #103FA4 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 63 | 164 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.36 |
| HSL | 220.95º | 0.82% | 0.35% | - |
| HSV(B) | 220.95º | 0.9% | 0.64% | - |
| XYZ | 8.69 | 6.35 | 35.89 | - |
| YUV | 60.46 | 186.43 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 164 | 0.90 | 0.62 | 0 | 0.36 | 220.95 | 0.82 | 0.35 |
| Hex | 10 | 3F | A4 | 5A | 3E | 0 | 24 | DD | 52 | 23 |
| Octal | 20 | 77 | 244 | 132 | 76 | 0 | 44 | 335 | 122 | 43 |
| Binary | 10000 | 111111 | 10100100 | 1011010 | 111110 | 0 | 100100 | 11011101 | 1010010 | 100011 |
Color Harmonies of #103FA4
Complementary color
Monochromatic Colors of #103FA4
Black with #103FA4
Text Example
Text Example
White with #103FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FA4; }
p { color: rgb(16,63,164); }
H1.HeaderClassName
{
color: #103FA4;
}
.AnyTagClassName
{
color: #103FA4;
}
</style>
background-color css
<style>
a { background-color: #103FA4; }
a { background-color: rgb(16,63,164); }
div.DivClassName
{
background-color: #103FA4;
}
.BgClassName
{
background-color: #103FA4;
}
</style>
border-color css
<style>
span { border-color: #103FA4; }
span { border-color: rgb(16,63,164); }
td.TdClassName
{
border-color: #103FA4;
}
.TagClassName
{
border-color: #103FA4;
}
</style>