Shades of Sherpa Blue #094C5B
Tints of Sherpa Blue #094C5B
RGB
CMYK
RGB Variations
Color information
#094C5B (or 0x094C5B) is known color: Sherpa Blue. HEX triplet: 09, 4C and 5B. RGB value is (9,76,91). Sum of RGB (Red+Green+Blue) = 9+76+91=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #094C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C5B is #F6B3A4. Grayscale: #393939. Windows color (decimal): -16167845 or 5983241. OLE color: 5983241.
HSL color Cylindrical-coordinate representation of color #094C5B: hue angle of 190.98º 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 #094C5B is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 76 | 91 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.64 |
| HSL | 190.98º | 0.82% | 0.2% | - |
| HSV(B) | 190.98º | 0.9% | 0.36% | - |
| XYZ | 4.59 | 5.98 | 10.81 | - |
| YUV | 57.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 91 | 0.90 | 0.16 | 0 | 0.64 | 190.98 | 0.82 | 0.2 |
| Hex | 9 | 4C | 5B | 5A | 10 | 0 | 40 | BF | 52 | 14 |
| Octal | 11 | 114 | 133 | 132 | 20 | 0 | 100 | 277 | 122 | 24 |
| Binary | 1001 | 1001100 | 1011011 | 1011010 | 10000 | 0 | 1000000 | 10111111 | 1010010 | 10100 |
Color Harmonies of #094C5B
Complementary color
Monochromatic Colors of #094C5B
Black with #094C5B
Text Example
Text Example
White with #094C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C5B; }
p { color: rgb(9,76,91); }
H1.HeaderClassName
{
color: #094C5B;
}
.AnyTagClassName
{
color: #094C5B;
}
</style>
background-color css
<style>
a { background-color: #094C5B; }
a { background-color: rgb(9,76,91); }
div.DivClassName
{
background-color: #094C5B;
}
.BgClassName
{
background-color: #094C5B;
}
</style>
border-color css
<style>
span { border-color: #094C5B; }
span { border-color: rgb(9,76,91); }
td.TdClassName
{
border-color: #094C5B;
}
.TagClassName
{
border-color: #094C5B;
}
</style>