Shades of Sherpa Blue #074148
Tints of Sherpa Blue #074148
RGB
CMYK
RGB Variations
Color information
#074148 (or 0x074148) is known color: Sherpa Blue. HEX triplet: 07, 41 and 48. RGB value is (7,65,72). Sum of RGB (Red+Green+Blue) = 7+65+72=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #074148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074148 is #F8BEB7. Grayscale: #303030. Windows color (decimal): -16301752 or 4735239. OLE color: 4735239.
HSL color Cylindrical-coordinate representation of color #074148: hue angle of 186.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074148 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 65 | 72 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.72 |
| HSL | 186.46º | 0.82% | 0.15% | - |
| HSV(B) | 186.46º | 0.9% | 0.28% | - |
| XYZ | 3.15 | 4.29 | 6.79 | - |
| YUV | 48.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 72 | 0.90 | 0.10 | 0 | 0.72 | 186.46 | 0.82 | 0.15 |
| Hex | 7 | 41 | 48 | 5A | A | 0 | 48 | BA | 52 | F |
| Octal | 7 | 101 | 110 | 132 | 12 | 0 | 110 | 272 | 122 | 17 |
| Binary | 111 | 1000001 | 1001000 | 1011010 | 1010 | 0 | 1001000 | 10111010 | 1010010 | 1111 |
Color Harmonies of #074148
Complementary color
Monochromatic Colors of #074148
Black with #074148
Text Example
Text Example
White with #074148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074148; }
p { color: rgb(7,65,72); }
H1.HeaderClassName
{
color: #074148;
}
.AnyTagClassName
{
color: #074148;
}
</style>
background-color css
<style>
a { background-color: #074148; }
a { background-color: rgb(7,65,72); }
div.DivClassName
{
background-color: #074148;
}
.BgClassName
{
background-color: #074148;
}
</style>
border-color css
<style>
span { border-color: #074148; }
span { border-color: rgb(7,65,72); }
td.TdClassName
{
border-color: #074148;
}
.TagClassName
{
border-color: #074148;
}
</style>