Shades of Egyptian Blue #103DA1
Tints of Egyptian Blue #103DA1
RGB
CMYK
RGB Variations
Color information
#103DA1 (or 0x103DA1) is known color: Egyptian Blue. HEX triplet: 10, 3D and A1. RGB value is (16,61,161). Sum of RGB (Red+Green+Blue) = 16+61+161=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 161 (63.28% from 255 or 67.65% from 238); Max value from RGB is 161 - color contains mainly: blue. Hex color #103DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DA1 is #EFC25E. Grayscale: #3A3A3A. Windows color (decimal): -15712863 or 10566928. OLE color: 10566928.
HSL color Cylindrical-coordinate representation of color #103DA1: hue angle of 221.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103DA1 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 61 | 161 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.37 |
| HSL | 221.38º | 0.82% | 0.35% | - |
| HSV(B) | 221.38º | 0.9% | 0.63% | - |
| XYZ | 8.32 | 6.02 | 34.44 | - |
| YUV | 58.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 161 | 0.90 | 0.62 | 0 | 0.37 | 221.38 | 0.82 | 0.35 |
| Hex | 10 | 3D | A1 | 5A | 3E | 0 | 25 | DD | 52 | 23 |
| Octal | 20 | 75 | 241 | 132 | 76 | 0 | 45 | 335 | 122 | 43 |
| Binary | 10000 | 111101 | 10100001 | 1011010 | 111110 | 0 | 100101 | 11011101 | 1010010 | 100011 |
Color Harmonies of #103DA1
Complementary color
Monochromatic Colors of #103DA1
Black with #103DA1
Text Example
Text Example
White with #103DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DA1; }
p { color: rgb(16,61,161); }
H1.HeaderClassName
{
color: #103DA1;
}
.AnyTagClassName
{
color: #103DA1;
}
</style>
background-color css
<style>
a { background-color: #103DA1; }
a { background-color: rgb(16,61,161); }
div.DivClassName
{
background-color: #103DA1;
}
.BgClassName
{
background-color: #103DA1;
}
</style>
border-color css
<style>
span { border-color: #103DA1; }
span { border-color: rgb(16,61,161); }
td.TdClassName
{
border-color: #103DA1;
}
.TagClassName
{
border-color: #103DA1;
}
</style>