Shades of Sherpa Blue #094D4D
Tints of Sherpa Blue #094D4D
RGB
CMYK
RGB Variations
Color information
#094D4D (or 0x094D4D) is known color: Sherpa Blue. HEX triplet: 09, 4D and 4D. RGB value is (9,77,77). Sum of RGB (Red+Green+Blue) = 9+77+77=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #094D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D4D is #F6B2B2. Grayscale: #383838. Windows color (decimal): -16167603 or 5065993. OLE color: 5065993.
HSL color Cylindrical-coordinate representation of color #094D4D: hue angle of 180º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D4D is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 9 | 77 | 77 | - |
CMYK | 0.88 | 0 | 0 | 0.70 |
HSL | 180º | 0.79% | 0.17% | - |
HSV(B) | 180º | 0.88% | 0.3% | - |
XYZ | 4.11 | 5.9 | 7.94 | - |
YUV | 56.67 | 139.47 | 94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 77 | 77 | 0.88 | 0 | 0 | 0.70 | 180 | 0.79 | 0.17 |
Hex | 9 | 4D | 4D | 58 | 0 | 0 | 46 | B4 | 4F | 11 |
Octal | 11 | 115 | 115 | 130 | 0 | 0 | 106 | 264 | 117 | 21 |
Binary | 1001 | 1001101 | 1001101 | 1011000 | 0 | 0 | 1000110 | 10110100 | 1001111 | 10001 |
Color Harmonies of #094D4D
Complementary color
Monochromatic Colors of #094D4D
Black with #094D4D
Text Example
Text Example
White with #094D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D4D; }
p { color: rgb(9,77,77); }
H1.HeaderClassName
{
color: #094D4D;
}
.AnyTagClassName
{
color: #094D4D;
}
</style>
background-color css
<style>
a { background-color: #094D4D; }
a { background-color: rgb(9,77,77); }
div.DivClassName
{
background-color: #094D4D;
}
.BgClassName
{
background-color: #094D4D;
}
</style>
border-color css
<style>
span { border-color: #094D4D; }
span { border-color: rgb(9,77,77); }
td.TdClassName
{
border-color: #094D4D;
}
.TagClassName
{
border-color: #094D4D;
}
</style>