Shades of Sherpa Blue #074057
Tints of Sherpa Blue #074057
RGB
CMYK
RGB Variations
Color information
#074057 (or 0x074057) is known color: Sherpa Blue. HEX triplet: 07, 40 and 57. RGB value is (7,64,87). Sum of RGB (Red+Green+Blue) = 7+64+87=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #074057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074057 is #F8BFA8. Grayscale: #313131. Windows color (decimal): -16301993 or 5718023. OLE color: 5718023.
HSL color Cylindrical-coordinate representation of color #074057: hue angle of 197.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074057 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 64 | 87 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.66 |
| HSL | 197.25º | 0.85% | 0.18% | - |
| HSV(B) | 197.25º | 0.92% | 0.34% | - |
| XYZ | 3.64 | 4.4 | 9.67 | - |
| YUV | 49.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 87 | 0.92 | 0.26 | 0 | 0.66 | 197.25 | 0.85 | 0.18 |
| Hex | 7 | 40 | 57 | 5C | 1A | 0 | 42 | C5 | 55 | 12 |
| Octal | 7 | 100 | 127 | 134 | 32 | 0 | 102 | 305 | 125 | 22 |
| Binary | 111 | 1000000 | 1010111 | 1011100 | 11010 | 0 | 1000010 | 11000101 | 1010101 | 10010 |
Color Harmonies of #074057
Complementary color
Monochromatic Colors of #074057
Black with #074057
Text Example
Text Example
White with #074057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074057; }
p { color: rgb(7,64,87); }
H1.HeaderClassName
{
color: #074057;
}
.AnyTagClassName
{
color: #074057;
}
</style>
background-color css
<style>
a { background-color: #074057; }
a { background-color: rgb(7,64,87); }
div.DivClassName
{
background-color: #074057;
}
.BgClassName
{
background-color: #074057;
}
</style>
border-color css
<style>
span { border-color: #074057; }
span { border-color: rgb(7,64,87); }
td.TdClassName
{
border-color: #074057;
}
.TagClassName
{
border-color: #074057;
}
</style>