Shades of Sherpa Blue #094C60
Tints of Sherpa Blue #094C60
RGB
CMYK
RGB Variations
Color information
#094C60 (or 0x094C60) is known color: Sherpa Blue. HEX triplet: 09, 4C and 60. RGB value is (9,76,96). Sum of RGB (Red+Green+Blue) = 9+76+96=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #094C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C60 is #F6B39F. Grayscale: #3A3A3A. Windows color (decimal): -16167840 or 6310921. OLE color: 6310921.
HSL color Cylindrical-coordinate representation of color #094C60: hue angle of 193.79º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094C60 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 76 | 96 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.62 |
| HSL | 193.79º | 0.83% | 0.21% | - |
| HSV(B) | 193.79º | 0.91% | 0.38% | - |
| XYZ | 4.81 | 6.07 | 11.98 | - |
| YUV | 58.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 96 | 0.91 | 0.21 | 0 | 0.62 | 193.79 | 0.83 | 0.21 |
| Hex | 9 | 4C | 60 | 5B | 15 | 0 | 3E | C2 | 53 | 15 |
| Octal | 11 | 114 | 140 | 133 | 25 | 0 | 76 | 302 | 123 | 25 |
| Binary | 1001 | 1001100 | 1100000 | 1011011 | 10101 | 0 | 111110 | 11000010 | 1010011 | 10101 |
Color Harmonies of #094C60
Complementary color
Monochromatic Colors of #094C60
Black with #094C60
Text Example
Text Example
White with #094C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C60; }
p { color: rgb(9,76,96); }
H1.HeaderClassName
{
color: #094C60;
}
.AnyTagClassName
{
color: #094C60;
}
</style>
background-color css
<style>
a { background-color: #094C60; }
a { background-color: rgb(9,76,96); }
div.DivClassName
{
background-color: #094C60;
}
.BgClassName
{
background-color: #094C60;
}
</style>
border-color css
<style>
span { border-color: #094C60; }
span { border-color: rgb(9,76,96); }
td.TdClassName
{
border-color: #094C60;
}
.TagClassName
{
border-color: #094C60;
}
</style>