Shades of Egyptian Blue #103DAB
Tints of Egyptian Blue #103DAB
RGB
CMYK
RGB Variations
Color information
#103DAB (or 0x103DAB) is known color: Egyptian Blue. HEX triplet: 10, 3D and AB. RGB value is (16,61,171). Sum of RGB (Red+Green+Blue) = 16+61+171=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #103DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DAB is #EFC254. Grayscale: #3B3B3B. Windows color (decimal): -15712853 or 11222288. OLE color: 11222288.
HSL color Cylindrical-coordinate representation of color #103DAB: hue angle of 222.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103DAB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 61 | 171 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.33 |
| HSL | 222.58º | 0.83% | 0.37% | - |
| HSV(B) | 222.58º | 0.91% | 0.67% | - |
| XYZ | 9.23 | 6.39 | 39.27 | - |
| YUV | 60.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 171 | 0.91 | 0.64 | 0 | 0.33 | 222.58 | 0.83 | 0.37 |
| Hex | 10 | 3D | AB | 5B | 40 | 0 | 21 | DF | 53 | 25 |
| Octal | 20 | 75 | 253 | 133 | 100 | 0 | 41 | 337 | 123 | 45 |
| Binary | 10000 | 111101 | 10101011 | 1011011 | 1000000 | 0 | 100001 | 11011111 | 1010011 | 100101 |
Color Harmonies of #103DAB
Complementary color
Monochromatic Colors of #103DAB
Black with #103DAB
Text Example
Text Example
White with #103DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DAB; }
p { color: rgb(16,61,171); }
H1.HeaderClassName
{
color: #103DAB;
}
.AnyTagClassName
{
color: #103DAB;
}
</style>
background-color css
<style>
a { background-color: #103DAB; }
a { background-color: rgb(16,61,171); }
div.DivClassName
{
background-color: #103DAB;
}
.BgClassName
{
background-color: #103DAB;
}
</style>
border-color css
<style>
span { border-color: #103DAB; }
span { border-color: rgb(16,61,171); }
td.TdClassName
{
border-color: #103DAB;
}
.TagClassName
{
border-color: #103DAB;
}
</style>