Shades of Sherpa Blue #07515B
Tints of Sherpa Blue #07515B
RGB
CMYK
RGB Variations
Color information
#07515B (or 0x07515B) is known color: Sherpa Blue. HEX triplet: 07, 51 and 5B. RGB value is (7,81,91). Sum of RGB (Red+Green+Blue) = 7+81+91=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #07515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07515B is #F8AEA4. Grayscale: #3B3B3B. Windows color (decimal): -16297637 or 5984519. OLE color: 5984519.
HSL color Cylindrical-coordinate representation of color #07515B: hue angle of 187.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07515B is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 81 | 91 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.64 |
| HSL | 187.14º | 0.86% | 0.19% | - |
| HSV(B) | 187.14º | 0.92% | 0.36% | - |
| XYZ | 4.92 | 6.69 | 10.93 | - |
| YUV | 60.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 91 | 0.92 | 0.11 | 0 | 0.64 | 187.14 | 0.86 | 0.19 |
| Hex | 7 | 51 | 5B | 5C | B | 0 | 40 | BB | 56 | 13 |
| Octal | 7 | 121 | 133 | 134 | 13 | 0 | 100 | 273 | 126 | 23 |
| Binary | 111 | 1010001 | 1011011 | 1011100 | 1011 | 0 | 1000000 | 10111011 | 1010110 | 10011 |
Color Harmonies of #07515B
Complementary color
Monochromatic Colors of #07515B
Black with #07515B
Text Example
Text Example
White with #07515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07515B; }
p { color: rgb(7,81,91); }
H1.HeaderClassName
{
color: #07515B;
}
.AnyTagClassName
{
color: #07515B;
}
</style>
background-color css
<style>
a { background-color: #07515B; }
a { background-color: rgb(7,81,91); }
div.DivClassName
{
background-color: #07515B;
}
.BgClassName
{
background-color: #07515B;
}
</style>
border-color css
<style>
span { border-color: #07515B; }
span { border-color: rgb(7,81,91); }
td.TdClassName
{
border-color: #07515B;
}
.TagClassName
{
border-color: #07515B;
}
</style>