Shades of Sherpa Blue #07495C
Tints of Sherpa Blue #07495C
RGB
CMYK
RGB Variations
Color information
#07495C (or 0x07495C) is known color: Sherpa Blue. HEX triplet: 07, 49 and 5C. RGB value is (7,73,92). Sum of RGB (Red+Green+Blue) = 7+73+92=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #07495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07495C is #F8B6A3. Grayscale: #373737. Windows color (decimal): -16299684 or 6048007. OLE color: 6048007.
HSL color Cylindrical-coordinate representation of color #07495C: hue angle of 193.41º 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 #07495C is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 73 | 92 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.64 |
| HSL | 193.41º | 0.86% | 0.19% | - |
| HSV(B) | 193.41º | 0.92% | 0.36% | - |
| XYZ | 4.4 | 5.58 | 10.97 | - |
| YUV | 55.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 92 | 0.92 | 0.21 | 0 | 0.64 | 193.41 | 0.86 | 0.19 |
| Hex | 7 | 49 | 5C | 5C | 15 | 0 | 40 | C1 | 56 | 13 |
| Octal | 7 | 111 | 134 | 134 | 25 | 0 | 100 | 301 | 126 | 23 |
| Binary | 111 | 1001001 | 1011100 | 1011100 | 10101 | 0 | 1000000 | 11000001 | 1010110 | 10011 |
Color Harmonies of #07495C
Complementary color
Monochromatic Colors of #07495C
Black with #07495C
Text Example
Text Example
White with #07495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07495C; }
p { color: rgb(7,73,92); }
H1.HeaderClassName
{
color: #07495C;
}
.AnyTagClassName
{
color: #07495C;
}
</style>
background-color css
<style>
a { background-color: #07495C; }
a { background-color: rgb(7,73,92); }
div.DivClassName
{
background-color: #07495C;
}
.BgClassName
{
background-color: #07495C;
}
</style>
border-color css
<style>
span { border-color: #07495C; }
span { border-color: rgb(7,73,92); }
td.TdClassName
{
border-color: #07495C;
}
.TagClassName
{
border-color: #07495C;
}
</style>