Shades of Sherpa Blue #094C5C
Tints of Sherpa Blue #094C5C
RGB
CMYK
RGB Variations
Color information
#094C5C (or 0x094C5C) is known color: Sherpa Blue. HEX triplet: 09, 4C and 5C. RGB value is (9,76,92). Sum of RGB (Red+Green+Blue) = 9+76+92=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #094C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C5C is #F6B3A3. Grayscale: #393939. Windows color (decimal): -16167844 or 6048777. OLE color: 6048777.
HSL color Cylindrical-coordinate representation of color #094C5C: hue angle of 191.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094C5C is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 76 | 92 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.64 |
| HSL | 191.57º | 0.82% | 0.2% | - |
| HSV(B) | 191.57º | 0.9% | 0.36% | - |
| XYZ | 4.63 | 6 | 11.04 | - |
| YUV | 57.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 92 | 0.90 | 0.17 | 0 | 0.64 | 191.57 | 0.82 | 0.2 |
| Hex | 9 | 4C | 5C | 5A | 11 | 0 | 40 | C0 | 52 | 14 |
| Octal | 11 | 114 | 134 | 132 | 21 | 0 | 100 | 300 | 122 | 24 |
| Binary | 1001 | 1001100 | 1011100 | 1011010 | 10001 | 0 | 1000000 | 11000000 | 1010010 | 10100 |
Color Harmonies of #094C5C
Complementary color
Monochromatic Colors of #094C5C
Black with #094C5C
Text Example
Text Example
White with #094C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C5C; }
p { color: rgb(9,76,92); }
H1.HeaderClassName
{
color: #094C5C;
}
.AnyTagClassName
{
color: #094C5C;
}
</style>
background-color css
<style>
a { background-color: #094C5C; }
a { background-color: rgb(9,76,92); }
div.DivClassName
{
background-color: #094C5C;
}
.BgClassName
{
background-color: #094C5C;
}
</style>
border-color css
<style>
span { border-color: #094C5C; }
span { border-color: rgb(9,76,92); }
td.TdClassName
{
border-color: #094C5C;
}
.TagClassName
{
border-color: #094C5C;
}
</style>