Shades of Egyptian Blue #073BA7
Tints of Egyptian Blue #073BA7
RGB
CMYK
RGB Variations
Color information
#073BA7 (or 0x073BA7) is known color: Egyptian Blue. HEX triplet: 07, 3B and A7. RGB value is (7,59,167). Sum of RGB (Red+Green+Blue) = 7+59+167=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #073BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073BA7 is #F8C458. Grayscale: #373737. Windows color (decimal): -16303193 or 10959623. OLE color: 10959623.
HSL color Cylindrical-coordinate representation of color #073BA7: hue angle of 220.5º 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 #073BA7 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 59 | 167 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.35 |
| HSL | 220.5º | 0.92% | 0.34% | - |
| HSV(B) | 220.5º | 0.96% | 0.65% | - |
| XYZ | 8.63 | 5.96 | 37.26 | - |
| YUV | 55.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 167 | 0.96 | 0.65 | 0 | 0.35 | 220.5 | 0.92 | 0.34 |
| Hex | 7 | 3B | A7 | 60 | 41 | 0 | 23 | DC | 5C | 22 |
| Octal | 7 | 73 | 247 | 140 | 101 | 0 | 43 | 334 | 134 | 42 |
| Binary | 111 | 111011 | 10100111 | 1100000 | 1000001 | 0 | 100011 | 11011100 | 1011100 | 100010 |
Color Harmonies of #073BA7
Complementary color
Monochromatic Colors of #073BA7
Black with #073BA7
Text Example
Text Example
White with #073BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BA7; }
p { color: rgb(7,59,167); }
H1.HeaderClassName
{
color: #073BA7;
}
.AnyTagClassName
{
color: #073BA7;
}
</style>
background-color css
<style>
a { background-color: #073BA7; }
a { background-color: rgb(7,59,167); }
div.DivClassName
{
background-color: #073BA7;
}
.BgClassName
{
background-color: #073BA7;
}
</style>
border-color css
<style>
span { border-color: #073BA7; }
span { border-color: rgb(7,59,167); }
td.TdClassName
{
border-color: #073BA7;
}
.TagClassName
{
border-color: #073BA7;
}
</style>