Shades of Sherpa Blue #074256
Tints of Sherpa Blue #074256
RGB
CMYK
RGB Variations
Color information
#074256 (or 0x074256) is known color: Sherpa Blue. HEX triplet: 07, 42 and 56. RGB value is (7,66,86). Sum of RGB (Red+Green+Blue) = 7+66+86=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #074256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074256 is #F8BDA9. Grayscale: #323232. Windows color (decimal): -16301482 or 5652999. OLE color: 5652999.
HSL color Cylindrical-coordinate representation of color #074256: hue angle of 195.19º 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 #074256 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 66 | 86 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.66 |
| HSL | 195.19º | 0.85% | 0.18% | - |
| HSV(B) | 195.19º | 0.92% | 0.34% | - |
| XYZ | 3.72 | 4.61 | 9.5 | - |
| YUV | 50.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 86 | 0.92 | 0.23 | 0 | 0.66 | 195.19 | 0.85 | 0.18 |
| Hex | 7 | 42 | 56 | 5C | 17 | 0 | 42 | C3 | 55 | 12 |
| Octal | 7 | 102 | 126 | 134 | 27 | 0 | 102 | 303 | 125 | 22 |
| Binary | 111 | 1000010 | 1010110 | 1011100 | 10111 | 0 | 1000010 | 11000011 | 1010101 | 10010 |
Color Harmonies of #074256
Complementary color
Monochromatic Colors of #074256
Black with #074256
Text Example
Text Example
White with #074256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074256; }
p { color: rgb(7,66,86); }
H1.HeaderClassName
{
color: #074256;
}
.AnyTagClassName
{
color: #074256;
}
</style>
background-color css
<style>
a { background-color: #074256; }
a { background-color: rgb(7,66,86); }
div.DivClassName
{
background-color: #074256;
}
.BgClassName
{
background-color: #074256;
}
</style>
border-color css
<style>
span { border-color: #074256; }
span { border-color: rgb(7,66,86); }
td.TdClassName
{
border-color: #074256;
}
.TagClassName
{
border-color: #074256;
}
</style>