Shades of Egyptian Blue #073AB2
Tints of Egyptian Blue #073AB2
RGB
CMYK
RGB Variations
Color information
#073AB2 (or 0x073AB2) is known color: Egyptian Blue. HEX triplet: 07, 3A and B2. RGB value is (7,58,178). Sum of RGB (Red+Green+Blue) = 7+58+178=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #073AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AB2 is #F8C54D. Grayscale: #373737. Windows color (decimal): -16303438 or 11680263. OLE color: 11680263.
HSL color Cylindrical-coordinate representation of color #073AB2: hue angle of 222.11º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AB2 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 58 | 178 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.30 |
| HSL | 222.11º | 0.92% | 0.36% | - |
| HSV(B) | 222.11º | 0.96% | 0.7% | - |
| XYZ | 9.64 | 6.29 | 42.82 | - |
| YUV | 56.43 | 196.6 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 178 | 0.96 | 0.67 | 0 | 0.30 | 222.11 | 0.92 | 0.36 |
| Hex | 7 | 3A | B2 | 60 | 43 | 0 | 1E | DE | 5C | 24 |
| Octal | 7 | 72 | 262 | 140 | 103 | 0 | 36 | 336 | 134 | 44 |
| Binary | 111 | 111010 | 10110010 | 1100000 | 1000011 | 0 | 11110 | 11011110 | 1011100 | 100100 |
Color Harmonies of #073AB2
Complementary color
Monochromatic Colors of #073AB2
Black with #073AB2
Text Example
Text Example
White with #073AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073AB2; }
p { color: rgb(7,58,178); }
H1.HeaderClassName
{
color: #073AB2;
}
.AnyTagClassName
{
color: #073AB2;
}
</style>
background-color css
<style>
a { background-color: #073AB2; }
a { background-color: rgb(7,58,178); }
div.DivClassName
{
background-color: #073AB2;
}
.BgClassName
{
background-color: #073AB2;
}
</style>
border-color css
<style>
span { border-color: #073AB2; }
span { border-color: rgb(7,58,178); }
td.TdClassName
{
border-color: #073AB2;
}
.TagClassName
{
border-color: #073AB2;
}
</style>