Shades of Egyptian Blue #073AB5
Tints of Egyptian Blue #073AB5
RGB
CMYK
RGB Variations
Color information
#073AB5 (or 0x073AB5) is known color: Egyptian Blue. HEX triplet: 07, 3A and B5. RGB value is (7,58,181). Sum of RGB (Red+Green+Blue) = 7+58+181=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #073AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073AB5 is #F8C54A. Grayscale: #383838. Windows color (decimal): -16303435 or 11876871. OLE color: 11876871.
HSL color Cylindrical-coordinate representation of color #073AB5: hue angle of 222.41º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AB5 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 58 | 181 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.29 |
| HSL | 222.41º | 0.93% | 0.37% | - |
| HSV(B) | 222.41º | 0.96% | 0.71% | - |
| XYZ | 9.94 | 6.41 | 44.43 | - |
| YUV | 56.77 | 198.1 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 181 | 0.96 | 0.68 | 0 | 0.29 | 222.41 | 0.93 | 0.37 |
| Hex | 7 | 3A | B5 | 60 | 44 | 0 | 1D | DE | 5D | 25 |
| Octal | 7 | 72 | 265 | 140 | 104 | 0 | 35 | 336 | 135 | 45 |
| Binary | 111 | 111010 | 10110101 | 1100000 | 1000100 | 0 | 11101 | 11011110 | 1011101 | 100101 |
Color Harmonies of #073AB5
Complementary color
Monochromatic Colors of #073AB5
Black with #073AB5
Text Example
Text Example
White with #073AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073AB5; }
p { color: rgb(7,58,181); }
H1.HeaderClassName
{
color: #073AB5;
}
.AnyTagClassName
{
color: #073AB5;
}
</style>
background-color css
<style>
a { background-color: #073AB5; }
a { background-color: rgb(7,58,181); }
div.DivClassName
{
background-color: #073AB5;
}
.BgClassName
{
background-color: #073AB5;
}
</style>
border-color css
<style>
span { border-color: #073AB5; }
span { border-color: rgb(7,58,181); }
td.TdClassName
{
border-color: #073AB5;
}
.TagClassName
{
border-color: #073AB5;
}
</style>