Shades of Egyptian Blue #073BAC
Tints of Egyptian Blue #073BAC
RGB
CMYK
RGB Variations
Color information
#073BAC (or 0x073BAC) is known color: Egyptian Blue. HEX triplet: 07, 3B and AC. RGB value is (7,59,172). Sum of RGB (Red+Green+Blue) = 7+59+172=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #073BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073BAC is #F8C453. Grayscale: #373737. Windows color (decimal): -16303188 or 11287303. OLE color: 11287303.
HSL color Cylindrical-coordinate representation of color #073BAC: hue angle of 221.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073BAC is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 59 | 172 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.33 |
| HSL | 221.09º | 0.92% | 0.35% | - |
| HSV(B) | 221.09º | 0.96% | 0.67% | - |
| XYZ | 9.1 | 6.15 | 39.74 | - |
| YUV | 56.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 172 | 0.96 | 0.66 | 0 | 0.33 | 221.09 | 0.92 | 0.35 |
| Hex | 7 | 3B | AC | 60 | 42 | 0 | 21 | DD | 5C | 23 |
| Octal | 7 | 73 | 254 | 140 | 102 | 0 | 41 | 335 | 134 | 43 |
| Binary | 111 | 111011 | 10101100 | 1100000 | 1000010 | 0 | 100001 | 11011101 | 1011100 | 100011 |
Color Harmonies of #073BAC
Complementary color
Monochromatic Colors of #073BAC
Black with #073BAC
Text Example
Text Example
White with #073BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BAC; }
p { color: rgb(7,59,172); }
H1.HeaderClassName
{
color: #073BAC;
}
.AnyTagClassName
{
color: #073BAC;
}
</style>
background-color css
<style>
a { background-color: #073BAC; }
a { background-color: rgb(7,59,172); }
div.DivClassName
{
background-color: #073BAC;
}
.BgClassName
{
background-color: #073BAC;
}
</style>
border-color css
<style>
span { border-color: #073BAC; }
span { border-color: rgb(7,59,172); }
td.TdClassName
{
border-color: #073BAC;
}
.TagClassName
{
border-color: #073BAC;
}
</style>