Shades of Egyptian Blue #103DAC
Tints of Egyptian Blue #103DAC
RGB
CMYK
RGB Variations
Color information
#103DAC (or 0x103DAC) is known color: Egyptian Blue. HEX triplet: 10, 3D and AC. RGB value is (16,61,172). Sum of RGB (Red+Green+Blue) = 16+61+172=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #103DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DAC is #EFC253. Grayscale: #3B3B3B. Windows color (decimal): -15712852 or 11287824. OLE color: 11287824.
HSL color Cylindrical-coordinate representation of color #103DAC: hue angle of 222.69º 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 #103DAC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 61 | 172 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.33 |
| HSL | 222.69º | 0.83% | 0.37% | - |
| HSV(B) | 222.69º | 0.91% | 0.67% | - |
| XYZ | 9.33 | 6.43 | 39.78 | - |
| YUV | 60.2 | 191.09 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 172 | 0.91 | 0.65 | 0 | 0.33 | 222.69 | 0.83 | 0.37 |
| Hex | 10 | 3D | AC | 5B | 41 | 0 | 21 | DF | 53 | 25 |
| Octal | 20 | 75 | 254 | 133 | 101 | 0 | 41 | 337 | 123 | 45 |
| Binary | 10000 | 111101 | 10101100 | 1011011 | 1000001 | 0 | 100001 | 11011111 | 1010011 | 100101 |
Color Harmonies of #103DAC
Complementary color
Monochromatic Colors of #103DAC
Black with #103DAC
Text Example
Text Example
White with #103DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DAC; }
p { color: rgb(16,61,172); }
H1.HeaderClassName
{
color: #103DAC;
}
.AnyTagClassName
{
color: #103DAC;
}
</style>
background-color css
<style>
a { background-color: #103DAC; }
a { background-color: rgb(16,61,172); }
div.DivClassName
{
background-color: #103DAC;
}
.BgClassName
{
background-color: #103DAC;
}
</style>
border-color css
<style>
span { border-color: #103DAC; }
span { border-color: rgb(16,61,172); }
td.TdClassName
{
border-color: #103DAC;
}
.TagClassName
{
border-color: #103DAC;
}
</style>