Shades of Egyptian Blue #073CA4
Tints of Egyptian Blue #073CA4
RGB
CMYK
RGB Variations
Color information
#073CA4 (or 0x073CA4) is known color: Egyptian Blue. HEX triplet: 07, 3C and A4. RGB value is (7,60,164). Sum of RGB (Red+Green+Blue) = 7+60+164=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 164 (64.45% from 255 or 71.00% from 231); Max value from RGB is 164 - color contains mainly: blue. Hex color #073CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073CA4 is #F8C35B. Grayscale: #373737. Windows color (decimal): -16302940 or 10763271. OLE color: 10763271.
HSL color Cylindrical-coordinate representation of color #073CA4: hue angle of 219.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073CA4 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 60 | 164 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.36 |
| HSL | 219.75º | 0.92% | 0.34% | - |
| HSV(B) | 219.75º | 0.96% | 0.64% | - |
| XYZ | 8.4 | 5.96 | 35.83 | - |
| YUV | 56.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 164 | 0.96 | 0.63 | 0 | 0.36 | 219.75 | 0.92 | 0.34 |
| Hex | 7 | 3C | A4 | 60 | 3F | 0 | 24 | DC | 5C | 22 |
| Octal | 7 | 74 | 244 | 140 | 77 | 0 | 44 | 334 | 134 | 42 |
| Binary | 111 | 111100 | 10100100 | 1100000 | 111111 | 0 | 100100 | 11011100 | 1011100 | 100010 |
Color Harmonies of #073CA4
Complementary color
Monochromatic Colors of #073CA4
Black with #073CA4
Text Example
Text Example
White with #073CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CA4; }
p { color: rgb(7,60,164); }
H1.HeaderClassName
{
color: #073CA4;
}
.AnyTagClassName
{
color: #073CA4;
}
</style>
background-color css
<style>
a { background-color: #073CA4; }
a { background-color: rgb(7,60,164); }
div.DivClassName
{
background-color: #073CA4;
}
.BgClassName
{
background-color: #073CA4;
}
</style>
border-color css
<style>
span { border-color: #073CA4; }
span { border-color: rgb(7,60,164); }
td.TdClassName
{
border-color: #073CA4;
}
.TagClassName
{
border-color: #073CA4;
}
</style>