Shades of Sherpa Blue #073C47
Tints of Sherpa Blue #073C47
RGB
CMYK
RGB Variations
Color information
#073C47 (or 0x073C47) is known color: Sherpa Blue. HEX triplet: 07, 3C and 47. RGB value is (7,60,71). Sum of RGB (Red+Green+Blue) = 7+60+71=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #073C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C47 is #F8C3B8. Grayscale: #2D2D2D. Windows color (decimal): -16303033 or 4668423. OLE color: 4668423.
HSL color Cylindrical-coordinate representation of color #073C47: hue angle of 190.31º 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 #073C47 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 60 | 71 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.72 |
| HSL | 190.31º | 0.82% | 0.15% | - |
| HSV(B) | 190.31º | 0.9% | 0.28% | - |
| XYZ | 2.84 | 3.73 | 6.53 | - |
| YUV | 45.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 71 | 0.90 | 0.15 | 0 | 0.72 | 190.31 | 0.82 | 0.15 |
| Hex | 7 | 3C | 47 | 5A | F | 0 | 48 | BE | 52 | F |
| Octal | 7 | 74 | 107 | 132 | 17 | 0 | 110 | 276 | 122 | 17 |
| Binary | 111 | 111100 | 1000111 | 1011010 | 1111 | 0 | 1001000 | 10111110 | 1010010 | 1111 |
Color Harmonies of #073C47
Complementary color
Monochromatic Colors of #073C47
Black with #073C47
Text Example
Text Example
White with #073C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C47; }
p { color: rgb(7,60,71); }
H1.HeaderClassName
{
color: #073C47;
}
.AnyTagClassName
{
color: #073C47;
}
</style>
background-color css
<style>
a { background-color: #073C47; }
a { background-color: rgb(7,60,71); }
div.DivClassName
{
background-color: #073C47;
}
.BgClassName
{
background-color: #073C47;
}
</style>
border-color css
<style>
span { border-color: #073C47; }
span { border-color: rgb(7,60,71); }
td.TdClassName
{
border-color: #073C47;
}
.TagClassName
{
border-color: #073C47;
}
</style>