Shades of Sherpa Blue #084C61
Tints of Sherpa Blue #084C61
RGB
CMYK
RGB Variations
Color information
#084C61 (or 0x084C61) is known color: Sherpa Blue. HEX triplet: 08, 4C and 61. RGB value is (8,76,97). Sum of RGB (Red+Green+Blue) = 8+76+97=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #084C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C61 is #F7B39E. Grayscale: #393939. Windows color (decimal): -16233375 or 6376456. OLE color: 6376456.
HSL color Cylindrical-coordinate representation of color #084C61: hue angle of 194.16º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084C61 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 76 | 97 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.62 |
| HSL | 194.16º | 0.85% | 0.21% | - |
| HSV(B) | 194.16º | 0.92% | 0.38% | - |
| XYZ | 4.84 | 6.08 | 12.23 | - |
| YUV | 58.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 97 | 0.92 | 0.22 | 0 | 0.62 | 194.16 | 0.85 | 0.21 |
| Hex | 8 | 4C | 61 | 5C | 16 | 0 | 3E | C2 | 55 | 15 |
| Octal | 10 | 114 | 141 | 134 | 26 | 0 | 76 | 302 | 125 | 25 |
| Binary | 1000 | 1001100 | 1100001 | 1011100 | 10110 | 0 | 111110 | 11000010 | 1010101 | 10101 |
Color Harmonies of #084C61
Complementary color
Monochromatic Colors of #084C61
Black with #084C61
Text Example
Text Example
White with #084C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C61; }
p { color: rgb(8,76,97); }
H1.HeaderClassName
{
color: #084C61;
}
.AnyTagClassName
{
color: #084C61;
}
</style>
background-color css
<style>
a { background-color: #084C61; }
a { background-color: rgb(8,76,97); }
div.DivClassName
{
background-color: #084C61;
}
.BgClassName
{
background-color: #084C61;
}
</style>
border-color css
<style>
span { border-color: #084C61; }
span { border-color: rgb(8,76,97); }
td.TdClassName
{
border-color: #084C61;
}
.TagClassName
{
border-color: #084C61;
}
</style>