Shades of Egyptian Blue #103CA9
Tints of Egyptian Blue #103CA9
RGB
CMYK
RGB Variations
Color information
#103CA9 (or 0x103CA9) is known color: Egyptian Blue. HEX triplet: 10, 3C and A9. RGB value is (16,60,169). Sum of RGB (Red+Green+Blue) = 16+60+169=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #103CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CA9 is #EFC356. Grayscale: #3A3A3A. Windows color (decimal): -15713111 or 11090960. OLE color: 11090960.
HSL color Cylindrical-coordinate representation of color #103CA9: hue angle of 222.75º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103CA9 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 60 | 169 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.34 |
| HSL | 222.75º | 0.83% | 0.36% | - |
| HSV(B) | 222.75º | 0.91% | 0.66% | - |
| XYZ | 8.99 | 6.21 | 38.26 | - |
| YUV | 59.27 | 189.92 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 169 | 0.91 | 0.64 | 0 | 0.34 | 222.75 | 0.83 | 0.36 |
| Hex | 10 | 3C | A9 | 5B | 40 | 0 | 22 | DF | 53 | 24 |
| Octal | 20 | 74 | 251 | 133 | 100 | 0 | 42 | 337 | 123 | 44 |
| Binary | 10000 | 111100 | 10101001 | 1011011 | 1000000 | 0 | 100010 | 11011111 | 1010011 | 100100 |
Color Harmonies of #103CA9
Complementary color
Monochromatic Colors of #103CA9
Black with #103CA9
Text Example
Text Example
White with #103CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CA9; }
p { color: rgb(16,60,169); }
H1.HeaderClassName
{
color: #103CA9;
}
.AnyTagClassName
{
color: #103CA9;
}
</style>
background-color css
<style>
a { background-color: #103CA9; }
a { background-color: rgb(16,60,169); }
div.DivClassName
{
background-color: #103CA9;
}
.BgClassName
{
background-color: #103CA9;
}
</style>
border-color css
<style>
span { border-color: #103CA9; }
span { border-color: rgb(16,60,169); }
td.TdClassName
{
border-color: #103CA9;
}
.TagClassName
{
border-color: #103CA9;
}
</style>