Shades of Egyptian Blue #103DA6
Tints of Egyptian Blue #103DA6
RGB
CMYK
RGB Variations
Color information
#103DA6 (or 0x103DA6) is known color: Egyptian Blue. HEX triplet: 10, 3D and A6. RGB value is (16,61,166). Sum of RGB (Red+Green+Blue) = 16+61+166=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #103DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DA6 is #EFC259. Grayscale: #3B3B3B. Windows color (decimal): -15712858 or 10894608. OLE color: 10894608.
HSL color Cylindrical-coordinate representation of color #103DA6: hue angle of 222º 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 #103DA6 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 61 | 166 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.35 |
| HSL | 222º | 0.82% | 0.36% | - |
| HSV(B) | 222º | 0.9% | 0.65% | - |
| XYZ | 8.77 | 6.2 | 36.81 | - |
| YUV | 59.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 166 | 0.90 | 0.63 | 0 | 0.35 | 222 | 0.82 | 0.36 |
| Hex | 10 | 3D | A6 | 5A | 3F | 0 | 23 | DE | 52 | 24 |
| Octal | 20 | 75 | 246 | 132 | 77 | 0 | 43 | 336 | 122 | 44 |
| Binary | 10000 | 111101 | 10100110 | 1011010 | 111111 | 0 | 100011 | 11011110 | 1010010 | 100100 |
Color Harmonies of #103DA6
Complementary color
Monochromatic Colors of #103DA6
Black with #103DA6
Text Example
Text Example
White with #103DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DA6; }
p { color: rgb(16,61,166); }
H1.HeaderClassName
{
color: #103DA6;
}
.AnyTagClassName
{
color: #103DA6;
}
</style>
background-color css
<style>
a { background-color: #103DA6; }
a { background-color: rgb(16,61,166); }
div.DivClassName
{
background-color: #103DA6;
}
.BgClassName
{
background-color: #103DA6;
}
</style>
border-color css
<style>
span { border-color: #103DA6; }
span { border-color: rgb(16,61,166); }
td.TdClassName
{
border-color: #103DA6;
}
.TagClassName
{
border-color: #103DA6;
}
</style>