Shades of Egyptian Blue #073CAC
Tints of Egyptian Blue #073CAC
RGB
CMYK
RGB Variations
Color information
#073CAC (or 0x073CAC) is known color: Egyptian Blue. HEX triplet: 07, 3C and AC. RGB value is (7,60,172). Sum of RGB (Red+Green+Blue) = 7+60+172=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #073CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073CAC is #F8C353. Grayscale: #383838. Windows color (decimal): -16302932 or 11287559. OLE color: 11287559.
HSL color Cylindrical-coordinate representation of color #073CAC: hue angle of 220.73º 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 #073CAC is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 60 | 172 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.33 |
| HSL | 220.73º | 0.92% | 0.35% | - |
| HSV(B) | 220.73º | 0.96% | 0.67% | - |
| XYZ | 9.15 | 6.26 | 39.75 | - |
| YUV | 56.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 172 | 0.96 | 0.65 | 0 | 0.33 | 220.73 | 0.92 | 0.35 |
| Hex | 7 | 3C | AC | 60 | 41 | 0 | 21 | DD | 5C | 23 |
| Octal | 7 | 74 | 254 | 140 | 101 | 0 | 41 | 335 | 134 | 43 |
| Binary | 111 | 111100 | 10101100 | 1100000 | 1000001 | 0 | 100001 | 11011101 | 1011100 | 100011 |
Color Harmonies of #073CAC
Complementary color
Monochromatic Colors of #073CAC
Black with #073CAC
Text Example
Text Example
White with #073CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CAC; }
p { color: rgb(7,60,172); }
H1.HeaderClassName
{
color: #073CAC;
}
.AnyTagClassName
{
color: #073CAC;
}
</style>
background-color css
<style>
a { background-color: #073CAC; }
a { background-color: rgb(7,60,172); }
div.DivClassName
{
background-color: #073CAC;
}
.BgClassName
{
background-color: #073CAC;
}
</style>
border-color css
<style>
span { border-color: #073CAC; }
span { border-color: rgb(7,60,172); }
td.TdClassName
{
border-color: #073CAC;
}
.TagClassName
{
border-color: #073CAC;
}
</style>