Shades of Sherpa Blue #094F54
Tints of Sherpa Blue #094F54
RGB
CMYK
RGB Variations
Color information
#094F54 (or 0x094F54) is known color: Sherpa Blue. HEX triplet: 09, 4F and 54. RGB value is (9,79,84). Sum of RGB (Red+Green+Blue) = 9+79+84=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #094F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F54 is #F6B0AB. Grayscale: #3A3A3A. Windows color (decimal): -16167084 or 5525257. OLE color: 5525257.
HSL color Cylindrical-coordinate representation of color #094F54: hue angle of 184º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F54 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 79 | 84 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.67 |
| HSL | 184º | 0.81% | 0.18% | - |
| HSV(B) | 184º | 0.89% | 0.33% | - |
| XYZ | 4.51 | 6.29 | 9.36 | - |
| YUV | 58.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 84 | 0.89 | 0.06 | 0 | 0.67 | 184 | 0.81 | 0.18 |
| Hex | 9 | 4F | 54 | 59 | 6 | 0 | 43 | B8 | 51 | 12 |
| Octal | 11 | 117 | 124 | 131 | 6 | 0 | 103 | 270 | 121 | 22 |
| Binary | 1001 | 1001111 | 1010100 | 1011001 | 110 | 0 | 1000011 | 10111000 | 1010001 | 10010 |
Color Harmonies of #094F54
Complementary color
Monochromatic Colors of #094F54
Black with #094F54
Text Example
Text Example
White with #094F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F54; }
p { color: rgb(9,79,84); }
H1.HeaderClassName
{
color: #094F54;
}
.AnyTagClassName
{
color: #094F54;
}
</style>
background-color css
<style>
a { background-color: #094F54; }
a { background-color: rgb(9,79,84); }
div.DivClassName
{
background-color: #094F54;
}
.BgClassName
{
background-color: #094F54;
}
</style>
border-color css
<style>
span { border-color: #094F54; }
span { border-color: rgb(9,79,84); }
td.TdClassName
{
border-color: #094F54;
}
.TagClassName
{
border-color: #094F54;
}
</style>