Shades of Egyptian Blue #103BAA
Tints of Egyptian Blue #103BAA
RGB
CMYK
RGB Variations
Color information
#103BAA (or 0x103BAA) is known color: Egyptian Blue. HEX triplet: 10, 3B and AA. RGB value is (16,59,170). Sum of RGB (Red+Green+Blue) = 16+59+170=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #103BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BAA is #EFC455. Grayscale: #3A3A3A. Windows color (decimal): -15713366 or 11156240. OLE color: 11156240.
HSL color Cylindrical-coordinate representation of color #103BAA: hue angle of 223.25º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103BAA is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 59 | 170 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.33 |
| HSL | 223.25º | 0.83% | 0.36% | - |
| HSV(B) | 223.25º | 0.91% | 0.67% | - |
| XYZ | 9.03 | 6.14 | 38.74 | - |
| YUV | 58.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 170 | 0.91 | 0.65 | 0 | 0.33 | 223.25 | 0.83 | 0.36 |
| Hex | 10 | 3B | AA | 5B | 41 | 0 | 21 | DF | 53 | 24 |
| Octal | 20 | 73 | 252 | 133 | 101 | 0 | 41 | 337 | 123 | 44 |
| Binary | 10000 | 111011 | 10101010 | 1011011 | 1000001 | 0 | 100001 | 11011111 | 1010011 | 100100 |
Color Harmonies of #103BAA
Complementary color
Monochromatic Colors of #103BAA
Black with #103BAA
Text Example
Text Example
White with #103BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BAA; }
p { color: rgb(16,59,170); }
H1.HeaderClassName
{
color: #103BAA;
}
.AnyTagClassName
{
color: #103BAA;
}
</style>
background-color css
<style>
a { background-color: #103BAA; }
a { background-color: rgb(16,59,170); }
div.DivClassName
{
background-color: #103BAA;
}
.BgClassName
{
background-color: #103BAA;
}
</style>
border-color css
<style>
span { border-color: #103BAA; }
span { border-color: rgb(16,59,170); }
td.TdClassName
{
border-color: #103BAA;
}
.TagClassName
{
border-color: #103BAA;
}
</style>