Shades of Egyptian Blue #103FAC
Tints of Egyptian Blue #103FAC
RGB
CMYK
RGB Variations
Color information
#103FAC (or 0x103FAC) is known color: Egyptian Blue. HEX triplet: 10, 3F and AC. RGB value is (16,63,172). Sum of RGB (Red+Green+Blue) = 16+63+172=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #103FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103FAC is #EFC053. Grayscale: #3C3C3C. Windows color (decimal): -15712340 or 11288336. OLE color: 11288336.
HSL color Cylindrical-coordinate representation of color #103FAC: hue angle of 221.92º 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 #103FAC is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 63 | 172 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.33 |
| HSL | 221.92º | 0.83% | 0.37% | - |
| HSV(B) | 221.92º | 0.91% | 0.67% | - |
| XYZ | 9.44 | 6.64 | 39.81 | - |
| YUV | 61.37 | 190.43 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 172 | 0.91 | 0.63 | 0 | 0.33 | 221.92 | 0.83 | 0.37 |
| Hex | 10 | 3F | AC | 5B | 3F | 0 | 21 | DE | 53 | 25 |
| Octal | 20 | 77 | 254 | 133 | 77 | 0 | 41 | 336 | 123 | 45 |
| Binary | 10000 | 111111 | 10101100 | 1011011 | 111111 | 0 | 100001 | 11011110 | 1010011 | 100101 |
Color Harmonies of #103FAC
Complementary color
Monochromatic Colors of #103FAC
Black with #103FAC
Text Example
Text Example
White with #103FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FAC; }
p { color: rgb(16,63,172); }
H1.HeaderClassName
{
color: #103FAC;
}
.AnyTagClassName
{
color: #103FAC;
}
</style>
background-color css
<style>
a { background-color: #103FAC; }
a { background-color: rgb(16,63,172); }
div.DivClassName
{
background-color: #103FAC;
}
.BgClassName
{
background-color: #103FAC;
}
</style>
border-color css
<style>
span { border-color: #103FAC; }
span { border-color: rgb(16,63,172); }
td.TdClassName
{
border-color: #103FAC;
}
.TagClassName
{
border-color: #103FAC;
}
</style>