Shades of Egyptian Blue #073AA5
Tints of Egyptian Blue #073AA5
RGB
CMYK
RGB Variations
Color information
#073AA5 (or 0x073AA5) is known color: Egyptian Blue. HEX triplet: 07, 3A and A5. RGB value is (7,58,165). Sum of RGB (Red+Green+Blue) = 7+58+165=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 165 (64.84% from 255 or 71.74% from 230); Max value from RGB is 165 - color contains mainly: blue. Hex color #073AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AA5 is #F8C55A. Grayscale: #363636. Windows color (decimal): -16303451 or 10828295. OLE color: 10828295.
HSL color Cylindrical-coordinate representation of color #073AA5: hue angle of 220.63º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AA5 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 58 | 165 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.35 |
| HSL | 220.63º | 0.92% | 0.34% | - |
| HSV(B) | 220.63º | 0.96% | 0.65% | - |
| XYZ | 8.39 | 5.79 | 36.27 | - |
| YUV | 54.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 165 | 0.96 | 0.65 | 0 | 0.35 | 220.63 | 0.92 | 0.34 |
| Hex | 7 | 3A | A5 | 60 | 41 | 0 | 23 | DD | 5C | 22 |
| Octal | 7 | 72 | 245 | 140 | 101 | 0 | 43 | 335 | 134 | 42 |
| Binary | 111 | 111010 | 10100101 | 1100000 | 1000001 | 0 | 100011 | 11011101 | 1011100 | 100010 |
Color Harmonies of #073AA5
Complementary color
Monochromatic Colors of #073AA5
Black with #073AA5
Text Example
Text Example
White with #073AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073AA5; }
p { color: rgb(7,58,165); }
H1.HeaderClassName
{
color: #073AA5;
}
.AnyTagClassName
{
color: #073AA5;
}
</style>
background-color css
<style>
a { background-color: #073AA5; }
a { background-color: rgb(7,58,165); }
div.DivClassName
{
background-color: #073AA5;
}
.BgClassName
{
background-color: #073AA5;
}
</style>
border-color css
<style>
span { border-color: #073AA5; }
span { border-color: rgb(7,58,165); }
td.TdClassName
{
border-color: #073AA5;
}
.TagClassName
{
border-color: #073AA5;
}
</style>