Shades of Sherpa Blue #07465F
Tints of Sherpa Blue #07465F
RGB
CMYK
RGB Variations
Color information
#07465F (or 0x07465F) is known color: Sherpa Blue. HEX triplet: 07, 46 and 5F. RGB value is (7,70,95). Sum of RGB (Red+Green+Blue) = 7+70+95=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #07465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07465F is #F8B9A0. Grayscale: #353535. Windows color (decimal): -16300449 or 6243847. OLE color: 6243847.
HSL color Cylindrical-coordinate representation of color #07465F: hue angle of 197.05º 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 #07465F is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 70 | 95 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.63 |
| HSL | 197.05º | 0.86% | 0.2% | - |
| HSV(B) | 197.05º | 0.93% | 0.37% | - |
| XYZ | 4.34 | 5.25 | 11.61 | - |
| YUV | 54.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 95 | 0.93 | 0.26 | 0 | 0.63 | 197.05 | 0.86 | 0.2 |
| Hex | 7 | 46 | 5F | 5D | 1A | 0 | 3F | C5 | 56 | 14 |
| Octal | 7 | 106 | 137 | 135 | 32 | 0 | 77 | 305 | 126 | 24 |
| Binary | 111 | 1000110 | 1011111 | 1011101 | 11010 | 0 | 111111 | 11000101 | 1010110 | 10100 |
Color Harmonies of #07465F
Complementary color
Monochromatic Colors of #07465F
Black with #07465F
Text Example
Text Example
White with #07465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07465F; }
p { color: rgb(7,70,95); }
H1.HeaderClassName
{
color: #07465F;
}
.AnyTagClassName
{
color: #07465F;
}
</style>
background-color css
<style>
a { background-color: #07465F; }
a { background-color: rgb(7,70,95); }
div.DivClassName
{
background-color: #07465F;
}
.BgClassName
{
background-color: #07465F;
}
</style>
border-color css
<style>
span { border-color: #07465F; }
span { border-color: rgb(7,70,95); }
td.TdClassName
{
border-color: #07465F;
}
.TagClassName
{
border-color: #07465F;
}
</style>