Shades of Sherpa Blue #073A48
Tints of Sherpa Blue #073A48
RGB
CMYK
RGB Variations
Color information
#073A48 (or 0x073A48) is known color: Sherpa Blue. HEX triplet: 07, 3A and 48. RGB value is (7,58,72). Sum of RGB (Red+Green+Blue) = 7+58+72=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #073A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A48 is #F8C5B7. Grayscale: #2C2C2C. Windows color (decimal): -16303544 or 4733447. OLE color: 4733447.
HSL color Cylindrical-coordinate representation of color #073A48: hue angle of 192.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073A48 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 58 | 72 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.72 |
| HSL | 192.92º | 0.82% | 0.15% | - |
| HSV(B) | 192.92º | 0.9% | 0.28% | - |
| XYZ | 2.77 | 3.54 | 6.67 | - |
| YUV | 44.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 72 | 0.90 | 0.19 | 0 | 0.72 | 192.92 | 0.82 | 0.15 |
| Hex | 7 | 3A | 48 | 5A | 13 | 0 | 48 | C1 | 52 | F |
| Octal | 7 | 72 | 110 | 132 | 23 | 0 | 110 | 301 | 122 | 17 |
| Binary | 111 | 111010 | 1001000 | 1011010 | 10011 | 0 | 1001000 | 11000001 | 1010010 | 1111 |
Color Harmonies of #073A48
Complementary color
Monochromatic Colors of #073A48
Black with #073A48
Text Example
Text Example
White with #073A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A48; }
p { color: rgb(7,58,72); }
H1.HeaderClassName
{
color: #073A48;
}
.AnyTagClassName
{
color: #073A48;
}
</style>
background-color css
<style>
a { background-color: #073A48; }
a { background-color: rgb(7,58,72); }
div.DivClassName
{
background-color: #073A48;
}
.BgClassName
{
background-color: #073A48;
}
</style>
border-color css
<style>
span { border-color: #073A48; }
span { border-color: rgb(7,58,72); }
td.TdClassName
{
border-color: #073A48;
}
.TagClassName
{
border-color: #073A48;
}
</style>