Shades of Sherpa Blue #07495E
Tints of Sherpa Blue #07495E
RGB
CMYK
RGB Variations
Color information
#07495E (or 0x07495E) is known color: Sherpa Blue. HEX triplet: 07, 49 and 5E. RGB value is (7,73,94). Sum of RGB (Red+Green+Blue) = 7+73+94=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #07495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07495E is #F8B6A1. Grayscale: #373737. Windows color (decimal): -16299682 or 6179079. OLE color: 6179079.
HSL color Cylindrical-coordinate representation of color #07495E: hue angle of 194.48º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07495E is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 73 | 94 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.63 |
| HSL | 194.48º | 0.86% | 0.2% | - |
| HSV(B) | 194.48º | 0.93% | 0.37% | - |
| XYZ | 4.49 | 5.62 | 11.44 | - |
| YUV | 55.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 94 | 0.93 | 0.22 | 0 | 0.63 | 194.48 | 0.86 | 0.2 |
| Hex | 7 | 49 | 5E | 5D | 16 | 0 | 3F | C2 | 56 | 14 |
| Octal | 7 | 111 | 136 | 135 | 26 | 0 | 77 | 302 | 126 | 24 |
| Binary | 111 | 1001001 | 1011110 | 1011101 | 10110 | 0 | 111111 | 11000010 | 1010110 | 10100 |
Color Harmonies of #07495E
Complementary color
Monochromatic Colors of #07495E
Black with #07495E
Text Example
Text Example
White with #07495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07495E; }
p { color: rgb(7,73,94); }
H1.HeaderClassName
{
color: #07495E;
}
.AnyTagClassName
{
color: #07495E;
}
</style>
background-color css
<style>
a { background-color: #07495E; }
a { background-color: rgb(7,73,94); }
div.DivClassName
{
background-color: #07495E;
}
.BgClassName
{
background-color: #07495E;
}
</style>
border-color css
<style>
span { border-color: #07495E; }
span { border-color: rgb(7,73,94); }
td.TdClassName
{
border-color: #07495E;
}
.TagClassName
{
border-color: #07495E;
}
</style>