Shades of Egyptian Blue #103AB2
Tints of Egyptian Blue #103AB2
RGB
CMYK
RGB Variations
Color information
#103AB2 (or 0x103AB2) is known color: Egyptian Blue. HEX triplet: 10, 3A and B2. RGB value is (16,58,178). Sum of RGB (Red+Green+Blue) = 16+58+178=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 178 (69.92% from 255 or 70.63% from 252); Max value from RGB is 178 - color contains mainly: blue. Hex color #103AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AB2 is #EFC54D. Grayscale: #3A3A3A. Windows color (decimal): -15713614 or 11680272. OLE color: 11680272.
HSL color Cylindrical-coordinate representation of color #103AB2: hue angle of 224.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103AB2 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 58 | 178 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.30 |
| HSL | 224.44º | 0.84% | 0.38% | - |
| HSV(B) | 224.44º | 0.91% | 0.7% | - |
| XYZ | 9.76 | 6.35 | 42.83 | - |
| YUV | 59.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 178 | 0.91 | 0.67 | 0 | 0.30 | 224.44 | 0.84 | 0.38 |
| Hex | 10 | 3A | B2 | 5B | 43 | 0 | 1E | E0 | 54 | 26 |
| Octal | 20 | 72 | 262 | 133 | 103 | 0 | 36 | 340 | 124 | 46 |
| Binary | 10000 | 111010 | 10110010 | 1011011 | 1000011 | 0 | 11110 | 11100000 | 1010100 | 100110 |
Color Harmonies of #103AB2
Complementary color
Monochromatic Colors of #103AB2
Black with #103AB2
Text Example
Text Example
White with #103AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AB2; }
p { color: rgb(16,58,178); }
H1.HeaderClassName
{
color: #103AB2;
}
.AnyTagClassName
{
color: #103AB2;
}
</style>
background-color css
<style>
a { background-color: #103AB2; }
a { background-color: rgb(16,58,178); }
div.DivClassName
{
background-color: #103AB2;
}
.BgClassName
{
background-color: #103AB2;
}
</style>
border-color css
<style>
span { border-color: #103AB2; }
span { border-color: rgb(16,58,178); }
td.TdClassName
{
border-color: #103AB2;
}
.TagClassName
{
border-color: #103AB2;
}
</style>