Shades of Egyptian Blue #103BA6
Tints of Egyptian Blue #103BA6
RGB
CMYK
RGB Variations
Color information
#103BA6 (or 0x103BA6) is known color: Egyptian Blue. HEX triplet: 10, 3B and A6. RGB value is (16,59,166). Sum of RGB (Red+Green+Blue) = 16+59+166=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 166 (65.23% from 255 or 68.88% from 241); Max value from RGB is 166 - color contains mainly: blue. Hex color #103BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA6 is #EFC459. Grayscale: #393939. Windows color (decimal): -15713370 or 10894096. OLE color: 10894096.
HSL color Cylindrical-coordinate representation of color #103BA6: hue angle of 222.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103BA6 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 59 | 166 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.35 |
| HSL | 222.8º | 0.82% | 0.36% | - |
| HSV(B) | 222.8º | 0.9% | 0.65% | - |
| XYZ | 8.66 | 5.99 | 36.78 | - |
| YUV | 58.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 166 | 0.90 | 0.64 | 0 | 0.35 | 222.8 | 0.82 | 0.36 |
| Hex | 10 | 3B | A6 | 5A | 40 | 0 | 23 | DF | 52 | 24 |
| Octal | 20 | 73 | 246 | 132 | 100 | 0 | 43 | 337 | 122 | 44 |
| Binary | 10000 | 111011 | 10100110 | 1011010 | 1000000 | 0 | 100011 | 11011111 | 1010010 | 100100 |
Color Harmonies of #103BA6
Complementary color
Monochromatic Colors of #103BA6
Black with #103BA6
Text Example
Text Example
White with #103BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BA6; }
p { color: rgb(16,59,166); }
H1.HeaderClassName
{
color: #103BA6;
}
.AnyTagClassName
{
color: #103BA6;
}
</style>
background-color css
<style>
a { background-color: #103BA6; }
a { background-color: rgb(16,59,166); }
div.DivClassName
{
background-color: #103BA6;
}
.BgClassName
{
background-color: #103BA6;
}
</style>
border-color css
<style>
span { border-color: #103BA6; }
span { border-color: rgb(16,59,166); }
td.TdClassName
{
border-color: #103BA6;
}
.TagClassName
{
border-color: #103BA6;
}
</style>