Shades of Sherpa Blue #073A4D
Tints of Sherpa Blue #073A4D
RGB
CMYK
RGB Variations
Color information
#073A4D (or 0x073A4D) is known color: Sherpa Blue. HEX triplet: 07, 3A and 4D. RGB value is (7,58,77). Sum of RGB (Red+Green+Blue) = 7+58+77=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #073A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A4D is #F8C5B2. Grayscale: #2C2C2C. Windows color (decimal): -16303539 or 5061127. OLE color: 5061127.
HSL color Cylindrical-coordinate representation of color #073A4D: hue angle of 196.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073A4D is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 58 | 77 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.70 |
| HSL | 196.29º | 0.83% | 0.16% | - |
| HSV(B) | 196.29º | 0.91% | 0.3% | - |
| XYZ | 2.94 | 3.61 | 7.56 | - |
| YUV | 44.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 77 | 0.91 | 0.25 | 0 | 0.70 | 196.29 | 0.83 | 0.16 |
| Hex | 7 | 3A | 4D | 5B | 19 | 0 | 46 | C4 | 53 | 10 |
| Octal | 7 | 72 | 115 | 133 | 31 | 0 | 106 | 304 | 123 | 20 |
| Binary | 111 | 111010 | 1001101 | 1011011 | 11001 | 0 | 1000110 | 11000100 | 1010011 | 10000 |
Color Harmonies of #073A4D
Complementary color
Monochromatic Colors of #073A4D
Black with #073A4D
Text Example
Text Example
White with #073A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A4D; }
p { color: rgb(7,58,77); }
H1.HeaderClassName
{
color: #073A4D;
}
.AnyTagClassName
{
color: #073A4D;
}
</style>
background-color css
<style>
a { background-color: #073A4D; }
a { background-color: rgb(7,58,77); }
div.DivClassName
{
background-color: #073A4D;
}
.BgClassName
{
background-color: #073A4D;
}
</style>
border-color css
<style>
span { border-color: #073A4D; }
span { border-color: rgb(7,58,77); }
td.TdClassName
{
border-color: #073A4D;
}
.TagClassName
{
border-color: #073A4D;
}
</style>