Shades of Sherpa Blue #073E4D
Tints of Sherpa Blue #073E4D
RGB
CMYK
RGB Variations
Color information
#073E4D (or 0x073E4D) is known color: Sherpa Blue. HEX triplet: 07, 3E and 4D. RGB value is (7,62,77). Sum of RGB (Red+Green+Blue) = 7+62+77=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #073E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E4D is #F8C1B2. Grayscale: #2F2F2F. Windows color (decimal): -16302515 or 5062151. OLE color: 5062151.
HSL color Cylindrical-coordinate representation of color #073E4D: hue angle of 192.86º 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 #073E4D is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 62 | 77 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.70 |
| HSL | 192.86º | 0.83% | 0.16% | - |
| HSV(B) | 192.86º | 0.91% | 0.3% | - |
| XYZ | 3.15 | 4.03 | 7.63 | - |
| YUV | 47.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 77 | 0.91 | 0.19 | 0 | 0.70 | 192.86 | 0.83 | 0.16 |
| Hex | 7 | 3E | 4D | 5B | 13 | 0 | 46 | C1 | 53 | 10 |
| Octal | 7 | 76 | 115 | 133 | 23 | 0 | 106 | 301 | 123 | 20 |
| Binary | 111 | 111110 | 1001101 | 1011011 | 10011 | 0 | 1000110 | 11000001 | 1010011 | 10000 |
Color Harmonies of #073E4D
Complementary color
Monochromatic Colors of #073E4D
Black with #073E4D
Text Example
Text Example
White with #073E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E4D; }
p { color: rgb(7,62,77); }
H1.HeaderClassName
{
color: #073E4D;
}
.AnyTagClassName
{
color: #073E4D;
}
</style>
background-color css
<style>
a { background-color: #073E4D; }
a { background-color: rgb(7,62,77); }
div.DivClassName
{
background-color: #073E4D;
}
.BgClassName
{
background-color: #073E4D;
}
</style>
border-color css
<style>
span { border-color: #073E4D; }
span { border-color: rgb(7,62,77); }
td.TdClassName
{
border-color: #073E4D;
}
.TagClassName
{
border-color: #073E4D;
}
</style>