Shades of Egyptian Blue #103DAA
Tints of Egyptian Blue #103DAA
RGB
CMYK
RGB Variations
Color information
#103DAA (or 0x103DAA) is known color: Egyptian Blue. HEX triplet: 10, 3D and AA. RGB value is (16,61,170). Sum of RGB (Red+Green+Blue) = 16+61+170=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #103DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DAA is #EFC255. Grayscale: #3B3B3B. Windows color (decimal): -15712854 or 11156752. OLE color: 11156752.
HSL color Cylindrical-coordinate representation of color #103DAA: hue angle of 222.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103DAA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 61 | 170 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.33 |
| HSL | 222.47º | 0.83% | 0.36% | - |
| HSV(B) | 222.47º | 0.91% | 0.67% | - |
| XYZ | 9.14 | 6.35 | 38.77 | - |
| YUV | 59.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 170 | 0.91 | 0.64 | 0 | 0.33 | 222.47 | 0.83 | 0.36 |
| Hex | 10 | 3D | AA | 5B | 40 | 0 | 21 | DE | 53 | 24 |
| Octal | 20 | 75 | 252 | 133 | 100 | 0 | 41 | 336 | 123 | 44 |
| Binary | 10000 | 111101 | 10101010 | 1011011 | 1000000 | 0 | 100001 | 11011110 | 1010011 | 100100 |
Color Harmonies of #103DAA
Complementary color
Monochromatic Colors of #103DAA
Black with #103DAA
Text Example
Text Example
White with #103DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DAA; }
p { color: rgb(16,61,170); }
H1.HeaderClassName
{
color: #103DAA;
}
.AnyTagClassName
{
color: #103DAA;
}
</style>
background-color css
<style>
a { background-color: #103DAA; }
a { background-color: rgb(16,61,170); }
div.DivClassName
{
background-color: #103DAA;
}
.BgClassName
{
background-color: #103DAA;
}
</style>
border-color css
<style>
span { border-color: #103DAA; }
span { border-color: rgb(16,61,170); }
td.TdClassName
{
border-color: #103DAA;
}
.TagClassName
{
border-color: #103DAA;
}
</style>