Shades of Sherpa Blue #094E53
Tints of Sherpa Blue #094E53
RGB
CMYK
RGB Variations
Color information
#094E53 (or 0x094E53) is known color: Sherpa Blue. HEX triplet: 09, 4E and 53. RGB value is (9,78,83). Sum of RGB (Red+Green+Blue) = 9+78+83=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #094E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E53 is #F6B1AC. Grayscale: #393939. Windows color (decimal): -16167341 or 5459465. OLE color: 5459465.
HSL color Cylindrical-coordinate representation of color #094E53: hue angle of 184.05º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094E53 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 78 | 83 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.67 |
| HSL | 184.05º | 0.8% | 0.18% | - |
| HSV(B) | 184.05º | 0.89% | 0.33% | - |
| XYZ | 4.4 | 6.13 | 9.14 | - |
| YUV | 57.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 83 | 0.89 | 0.06 | 0 | 0.67 | 184.05 | 0.8 | 0.18 |
| Hex | 9 | 4E | 53 | 59 | 6 | 0 | 43 | B8 | 50 | 12 |
| Octal | 11 | 116 | 123 | 131 | 6 | 0 | 103 | 270 | 120 | 22 |
| Binary | 1001 | 1001110 | 1010011 | 1011001 | 110 | 0 | 1000011 | 10111000 | 1010000 | 10010 |
Color Harmonies of #094E53
Complementary color
Monochromatic Colors of #094E53
Black with #094E53
Text Example
Text Example
White with #094E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E53; }
p { color: rgb(9,78,83); }
H1.HeaderClassName
{
color: #094E53;
}
.AnyTagClassName
{
color: #094E53;
}
</style>
background-color css
<style>
a { background-color: #094E53; }
a { background-color: rgb(9,78,83); }
div.DivClassName
{
background-color: #094E53;
}
.BgClassName
{
background-color: #094E53;
}
</style>
border-color css
<style>
span { border-color: #094E53; }
span { border-color: rgb(9,78,83); }
td.TdClassName
{
border-color: #094E53;
}
.TagClassName
{
border-color: #094E53;
}
</style>