Shades of Sherpa Blue #073A45
Tints of Sherpa Blue #073A45
RGB
CMYK
RGB Variations
Color information
#073A45 (or 0x073A45) is known color: Sherpa Blue. HEX triplet: 07, 3A and 45. RGB value is (7,58,69). Sum of RGB (Red+Green+Blue) = 7+58+69=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #073A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A45 is #F8C5BA. Grayscale: #2B2B2B. Windows color (decimal): -16303547 or 4536839. OLE color: 4536839.
HSL color Cylindrical-coordinate representation of color #073A45: hue angle of 190.65º 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 #073A45 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 58 | 69 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.73 |
| HSL | 190.65º | 0.82% | 0.15% | - |
| HSV(B) | 190.65º | 0.9% | 0.27% | - |
| XYZ | 2.67 | 3.5 | 6.16 | - |
| YUV | 44.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 69 | 0.90 | 0.16 | 0 | 0.73 | 190.65 | 0.82 | 0.15 |
| Hex | 7 | 3A | 45 | 5A | 10 | 0 | 49 | BF | 52 | F |
| Octal | 7 | 72 | 105 | 132 | 20 | 0 | 111 | 277 | 122 | 17 |
| Binary | 111 | 111010 | 1000101 | 1011010 | 10000 | 0 | 1001001 | 10111111 | 1010010 | 1111 |
Color Harmonies of #073A45
Complementary color
Monochromatic Colors of #073A45
Black with #073A45
Text Example
Text Example
White with #073A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A45; }
p { color: rgb(7,58,69); }
H1.HeaderClassName
{
color: #073A45;
}
.AnyTagClassName
{
color: #073A45;
}
</style>
background-color css
<style>
a { background-color: #073A45; }
a { background-color: rgb(7,58,69); }
div.DivClassName
{
background-color: #073A45;
}
.BgClassName
{
background-color: #073A45;
}
</style>
border-color css
<style>
span { border-color: #073A45; }
span { border-color: rgb(7,58,69); }
td.TdClassName
{
border-color: #073A45;
}
.TagClassName
{
border-color: #073A45;
}
</style>