Shades of Sherpa Blue #07485B
Tints of Sherpa Blue #07485B
RGB
CMYK
RGB Variations
Color information
#07485B (or 0x07485B) is known color: Sherpa Blue. HEX triplet: 07, 48 and 5B. RGB value is (7,72,91). Sum of RGB (Red+Green+Blue) = 7+72+91=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #07485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07485B is #F8B7A4. Grayscale: #363636. Windows color (decimal): -16299941 or 5982215. OLE color: 5982215.
HSL color Cylindrical-coordinate representation of color #07485B: hue angle of 193.57º 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 #07485B is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 72 | 91 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.64 |
| HSL | 193.57º | 0.86% | 0.19% | - |
| HSV(B) | 193.57º | 0.92% | 0.36% | - |
| XYZ | 4.29 | 5.44 | 10.72 | - |
| YUV | 54.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 91 | 0.92 | 0.21 | 0 | 0.64 | 193.57 | 0.86 | 0.19 |
| Hex | 7 | 48 | 5B | 5C | 15 | 0 | 40 | C2 | 56 | 13 |
| Octal | 7 | 110 | 133 | 134 | 25 | 0 | 100 | 302 | 126 | 23 |
| Binary | 111 | 1001000 | 1011011 | 1011100 | 10101 | 0 | 1000000 | 11000010 | 1010110 | 10011 |
Color Harmonies of #07485B
Complementary color
Monochromatic Colors of #07485B
Black with #07485B
Text Example
Text Example
White with #07485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07485B; }
p { color: rgb(7,72,91); }
H1.HeaderClassName
{
color: #07485B;
}
.AnyTagClassName
{
color: #07485B;
}
</style>
background-color css
<style>
a { background-color: #07485B; }
a { background-color: rgb(7,72,91); }
div.DivClassName
{
background-color: #07485B;
}
.BgClassName
{
background-color: #07485B;
}
</style>
border-color css
<style>
span { border-color: #07485B; }
span { border-color: rgb(7,72,91); }
td.TdClassName
{
border-color: #07485B;
}
.TagClassName
{
border-color: #07485B;
}
</style>