Shades of Egyptian Blue #103EAD
Tints of Egyptian Blue #103EAD
RGB
CMYK
RGB Variations
Color information
#103EAD (or 0x103EAD) is known color: Egyptian Blue. HEX triplet: 10, 3E and AD. RGB value is (16,62,173). Sum of RGB (Red+Green+Blue) = 16+62+173=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #103EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103EAD is #EFC152. Grayscale: #3C3C3C. Windows color (decimal): -15712595 or 11353616. OLE color: 11353616.
HSL color Cylindrical-coordinate representation of color #103EAD: hue angle of 222.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103EAD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 62 | 173 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.32 |
| HSL | 222.42º | 0.83% | 0.37% | - |
| HSV(B) | 222.42º | 0.91% | 0.68% | - |
| XYZ | 9.48 | 6.57 | 40.3 | - |
| YUV | 60.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 173 | 0.91 | 0.64 | 0 | 0.32 | 222.42 | 0.83 | 0.37 |
| Hex | 10 | 3E | AD | 5B | 40 | 0 | 20 | DE | 53 | 25 |
| Octal | 20 | 76 | 255 | 133 | 100 | 0 | 40 | 336 | 123 | 45 |
| Binary | 10000 | 111110 | 10101101 | 1011011 | 1000000 | 0 | 100000 | 11011110 | 1010011 | 100101 |
Color Harmonies of #103EAD
Complementary color
Monochromatic Colors of #103EAD
Black with #103EAD
Text Example
Text Example
White with #103EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103EAD; }
p { color: rgb(16,62,173); }
H1.HeaderClassName
{
color: #103EAD;
}
.AnyTagClassName
{
color: #103EAD;
}
</style>
background-color css
<style>
a { background-color: #103EAD; }
a { background-color: rgb(16,62,173); }
div.DivClassName
{
background-color: #103EAD;
}
.BgClassName
{
background-color: #103EAD;
}
</style>
border-color css
<style>
span { border-color: #103EAD; }
span { border-color: rgb(16,62,173); }
td.TdClassName
{
border-color: #103EAD;
}
.TagClassName
{
border-color: #103EAD;
}
</style>