Shades of Sherpa Blue #094C4E
Tints of Sherpa Blue #094C4E
RGB
CMYK
RGB Variations
Color information
#094C4E (or 0x094C4E) is known color: Sherpa Blue. HEX triplet: 09, 4C and 4E. RGB value is (9,76,78). Sum of RGB (Red+Green+Blue) = 9+76+78=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #094C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C4E is #F6B3B1. Grayscale: #383838. Windows color (decimal): -16167858 or 5131273. OLE color: 5131273.
HSL color Cylindrical-coordinate representation of color #094C4E: hue angle of 181.74º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C4E is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 76 | 78 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.69 |
| HSL | 181.74º | 0.79% | 0.17% | - |
| HSV(B) | 181.74º | 0.88% | 0.31% | - |
| XYZ | 4.07 | 5.78 | 8.11 | - |
| YUV | 56.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 78 | 0.88 | 0.03 | 0 | 0.69 | 181.74 | 0.79 | 0.17 |
| Hex | 9 | 4C | 4E | 58 | 3 | 0 | 45 | B6 | 4F | 11 |
| Octal | 11 | 114 | 116 | 130 | 3 | 0 | 105 | 266 | 117 | 21 |
| Binary | 1001 | 1001100 | 1001110 | 1011000 | 11 | 0 | 1000101 | 10110110 | 1001111 | 10001 |
Color Harmonies of #094C4E
Complementary color
Monochromatic Colors of #094C4E
Black with #094C4E
Text Example
Text Example
White with #094C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C4E; }
p { color: rgb(9,76,78); }
H1.HeaderClassName
{
color: #094C4E;
}
.AnyTagClassName
{
color: #094C4E;
}
</style>
background-color css
<style>
a { background-color: #094C4E; }
a { background-color: rgb(9,76,78); }
div.DivClassName
{
background-color: #094C4E;
}
.BgClassName
{
background-color: #094C4E;
}
</style>
border-color css
<style>
span { border-color: #094C4E; }
span { border-color: rgb(9,76,78); }
td.TdClassName
{
border-color: #094C4E;
}
.TagClassName
{
border-color: #094C4E;
}
</style>