Shades of Egyptian Blue #103AAE
Tints of Egyptian Blue #103AAE
RGB
CMYK
RGB Variations
Color information
#103AAE (or 0x103AAE) is known color: Egyptian Blue. HEX triplet: 10, 3A and AE. RGB value is (16,58,174). Sum of RGB (Red+Green+Blue) = 16+58+174=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #103AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AAE is #EFC551. Grayscale: #3A3A3A. Windows color (decimal): -15713618 or 11418128. OLE color: 11418128.
HSL color Cylindrical-coordinate representation of color #103AAE: hue angle of 224.05º 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 #103AAE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 58 | 174 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.32 |
| HSL | 224.05º | 0.83% | 0.37% | - |
| HSV(B) | 224.05º | 0.91% | 0.68% | - |
| XYZ | 9.37 | 6.19 | 40.75 | - |
| YUV | 58.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 174 | 0.91 | 0.67 | 0 | 0.32 | 224.05 | 0.83 | 0.37 |
| Hex | 10 | 3A | AE | 5B | 43 | 0 | 20 | E0 | 53 | 25 |
| Octal | 20 | 72 | 256 | 133 | 103 | 0 | 40 | 340 | 123 | 45 |
| Binary | 10000 | 111010 | 10101110 | 1011011 | 1000011 | 0 | 100000 | 11100000 | 1010011 | 100101 |
Color Harmonies of #103AAE
Complementary color
Monochromatic Colors of #103AAE
Black with #103AAE
Text Example
Text Example
White with #103AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AAE; }
p { color: rgb(16,58,174); }
H1.HeaderClassName
{
color: #103AAE;
}
.AnyTagClassName
{
color: #103AAE;
}
</style>
background-color css
<style>
a { background-color: #103AAE; }
a { background-color: rgb(16,58,174); }
div.DivClassName
{
background-color: #103AAE;
}
.BgClassName
{
background-color: #103AAE;
}
</style>
border-color css
<style>
span { border-color: #103AAE; }
span { border-color: rgb(16,58,174); }
td.TdClassName
{
border-color: #103AAE;
}
.TagClassName
{
border-color: #103AAE;
}
</style>