Shades of Egyptian Blue #073AAB
Tints of Egyptian Blue #073AAB
RGB
CMYK
RGB Variations
Color information
#073AAB (or 0x073AAB) is known color: Egyptian Blue. HEX triplet: 07, 3A and AB. RGB value is (7,58,171). Sum of RGB (Red+Green+Blue) = 7+58+171=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #073AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AAB is #F8C554. Grayscale: #373737. Windows color (decimal): -16303445 or 11221511. OLE color: 11221511.
HSL color Cylindrical-coordinate representation of color #073AAB: hue angle of 221.34º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AAB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 58 | 171 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.33 |
| HSL | 221.34º | 0.92% | 0.35% | - |
| HSV(B) | 221.34º | 0.96% | 0.67% | - |
| XYZ | 8.95 | 6.01 | 39.22 | - |
| YUV | 55.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 171 | 0.96 | 0.66 | 0 | 0.33 | 221.34 | 0.92 | 0.35 |
| Hex | 7 | 3A | AB | 60 | 42 | 0 | 21 | DD | 5C | 23 |
| Octal | 7 | 72 | 253 | 140 | 102 | 0 | 41 | 335 | 134 | 43 |
| Binary | 111 | 111010 | 10101011 | 1100000 | 1000010 | 0 | 100001 | 11011101 | 1011100 | 100011 |
Color Harmonies of #073AAB
Complementary color
Monochromatic Colors of #073AAB
Black with #073AAB
Text Example
Text Example
White with #073AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073AAB; }
p { color: rgb(7,58,171); }
H1.HeaderClassName
{
color: #073AAB;
}
.AnyTagClassName
{
color: #073AAB;
}
</style>
background-color css
<style>
a { background-color: #073AAB; }
a { background-color: rgb(7,58,171); }
div.DivClassName
{
background-color: #073AAB;
}
.BgClassName
{
background-color: #073AAB;
}
</style>
border-color css
<style>
span { border-color: #073AAB; }
span { border-color: rgb(7,58,171); }
td.TdClassName
{
border-color: #073AAB;
}
.TagClassName
{
border-color: #073AAB;
}
</style>