Shades of Egyptian Blue #073BAE
Tints of Egyptian Blue #073BAE
RGB
CMYK
RGB Variations
Color information
#073BAE (or 0x073BAE) is known color: Egyptian Blue. HEX triplet: 07, 3B and AE. RGB value is (7,59,174). Sum of RGB (Red+Green+Blue) = 7+59+174=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #073BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073BAE is #F8C451. Grayscale: #383838. Windows color (decimal): -16303186 or 11418375. OLE color: 11418375.
HSL color Cylindrical-coordinate representation of color #073BAE: hue angle of 221.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073BAE is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 59 | 174 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.32 |
| HSL | 221.32º | 0.92% | 0.35% | - |
| HSV(B) | 221.32º | 0.96% | 0.68% | - |
| XYZ | 9.29 | 6.23 | 40.76 | - |
| YUV | 56.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 174 | 0.96 | 0.66 | 0 | 0.32 | 221.32 | 0.92 | 0.35 |
| Hex | 7 | 3B | AE | 60 | 42 | 0 | 20 | DD | 5C | 23 |
| Octal | 7 | 73 | 256 | 140 | 102 | 0 | 40 | 335 | 134 | 43 |
| Binary | 111 | 111011 | 10101110 | 1100000 | 1000010 | 0 | 100000 | 11011101 | 1011100 | 100011 |
Color Harmonies of #073BAE
Complementary color
Monochromatic Colors of #073BAE
Black with #073BAE
Text Example
Text Example
White with #073BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BAE; }
p { color: rgb(7,59,174); }
H1.HeaderClassName
{
color: #073BAE;
}
.AnyTagClassName
{
color: #073BAE;
}
</style>
background-color css
<style>
a { background-color: #073BAE; }
a { background-color: rgb(7,59,174); }
div.DivClassName
{
background-color: #073BAE;
}
.BgClassName
{
background-color: #073BAE;
}
</style>
border-color css
<style>
span { border-color: #073BAE; }
span { border-color: rgb(7,59,174); }
td.TdClassName
{
border-color: #073BAE;
}
.TagClassName
{
border-color: #073BAE;
}
</style>