Shades of Sherpa Blue #073B45
Tints of Sherpa Blue #073B45
RGB
CMYK
RGB Variations
Color information
#073B45 (or 0x073B45) is known color: Sherpa Blue. HEX triplet: 07, 3B and 45. RGB value is (7,59,69). Sum of RGB (Red+Green+Blue) = 7+59+69=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #073B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B45 is #F8C4BA. Grayscale: #2C2C2C. Windows color (decimal): -16303291 or 4537095. OLE color: 4537095.
HSL color Cylindrical-coordinate representation of color #073B45: hue angle of 189.68º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073B45 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 59 | 69 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.73 |
| HSL | 189.68º | 0.82% | 0.15% | - |
| HSV(B) | 189.68º | 0.9% | 0.27% | - |
| XYZ | 2.73 | 3.6 | 6.18 | - |
| YUV | 44.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 69 | 0.90 | 0.14 | 0 | 0.73 | 189.68 | 0.82 | 0.15 |
| Hex | 7 | 3B | 45 | 5A | E | 0 | 49 | BE | 52 | F |
| Octal | 7 | 73 | 105 | 132 | 16 | 0 | 111 | 276 | 122 | 17 |
| Binary | 111 | 111011 | 1000101 | 1011010 | 1110 | 0 | 1001001 | 10111110 | 1010010 | 1111 |
Color Harmonies of #073B45
Complementary color
Monochromatic Colors of #073B45
Black with #073B45
Text Example
Text Example
White with #073B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B45; }
p { color: rgb(7,59,69); }
H1.HeaderClassName
{
color: #073B45;
}
.AnyTagClassName
{
color: #073B45;
}
</style>
background-color css
<style>
a { background-color: #073B45; }
a { background-color: rgb(7,59,69); }
div.DivClassName
{
background-color: #073B45;
}
.BgClassName
{
background-color: #073B45;
}
</style>
border-color css
<style>
span { border-color: #073B45; }
span { border-color: rgb(7,59,69); }
td.TdClassName
{
border-color: #073B45;
}
.TagClassName
{
border-color: #073B45;
}
</style>