Shades of Egyptian Blue #103BA4
Tints of Egyptian Blue #103BA4
RGB
CMYK
RGB Variations
Color information
#103BA4 (or 0x103BA4) is known color: Egyptian Blue. HEX triplet: 10, 3B and A4. RGB value is (16,59,164). Sum of RGB (Red+Green+Blue) = 16+59+164=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #103BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA4 is #EFC45B. Grayscale: #393939. Windows color (decimal): -15713372 or 10763024. OLE color: 10763024.
HSL color Cylindrical-coordinate representation of color #103BA4: hue angle of 222.57º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103BA4 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 59 | 164 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.36 |
| HSL | 222.57º | 0.82% | 0.35% | - |
| HSV(B) | 222.57º | 0.9% | 0.64% | - |
| XYZ | 8.48 | 5.92 | 35.82 | - |
| YUV | 58.11 | 187.75 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 164 | 0.90 | 0.64 | 0 | 0.36 | 222.57 | 0.82 | 0.35 |
| Hex | 10 | 3B | A4 | 5A | 40 | 0 | 24 | DF | 52 | 23 |
| Octal | 20 | 73 | 244 | 132 | 100 | 0 | 44 | 337 | 122 | 43 |
| Binary | 10000 | 111011 | 10100100 | 1011010 | 1000000 | 0 | 100100 | 11011111 | 1010010 | 100011 |
Color Harmonies of #103BA4
Complementary color
Monochromatic Colors of #103BA4
Black with #103BA4
Text Example
Text Example
White with #103BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BA4; }
p { color: rgb(16,59,164); }
H1.HeaderClassName
{
color: #103BA4;
}
.AnyTagClassName
{
color: #103BA4;
}
</style>
background-color css
<style>
a { background-color: #103BA4; }
a { background-color: rgb(16,59,164); }
div.DivClassName
{
background-color: #103BA4;
}
.BgClassName
{
background-color: #103BA4;
}
</style>
border-color css
<style>
span { border-color: #103BA4; }
span { border-color: rgb(16,59,164); }
td.TdClassName
{
border-color: #103BA4;
}
.TagClassName
{
border-color: #103BA4;
}
</style>