Shades of Sherpa Blue #094B59
Tints of Sherpa Blue #094B59
RGB
CMYK
RGB Variations
Color information
#094B59 (or 0x094B59) is known color: Sherpa Blue. HEX triplet: 09, 4B and 59. RGB value is (9,75,89). Sum of RGB (Red+Green+Blue) = 9+75+89=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #094B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B59 is #F6B4A6. Grayscale: #383838. Windows color (decimal): -16168103 or 5851913. OLE color: 5851913.
HSL color Cylindrical-coordinate representation of color #094B59: hue angle of 190.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094B59 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 75 | 89 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.65 |
| HSL | 190.5º | 0.82% | 0.19% | - |
| HSV(B) | 190.5º | 0.9% | 0.35% | - |
| XYZ | 4.43 | 5.81 | 10.34 | - |
| YUV | 56.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 89 | 0.90 | 0.16 | 0 | 0.65 | 190.5 | 0.82 | 0.19 |
| Hex | 9 | 4B | 59 | 5A | 10 | 0 | 41 | BE | 52 | 13 |
| Octal | 11 | 113 | 131 | 132 | 20 | 0 | 101 | 276 | 122 | 23 |
| Binary | 1001 | 1001011 | 1011001 | 1011010 | 10000 | 0 | 1000001 | 10111110 | 1010010 | 10011 |
Color Harmonies of #094B59
Complementary color
Monochromatic Colors of #094B59
Black with #094B59
Text Example
Text Example
White with #094B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B59; }
p { color: rgb(9,75,89); }
H1.HeaderClassName
{
color: #094B59;
}
.AnyTagClassName
{
color: #094B59;
}
</style>
background-color css
<style>
a { background-color: #094B59; }
a { background-color: rgb(9,75,89); }
div.DivClassName
{
background-color: #094B59;
}
.BgClassName
{
background-color: #094B59;
}
</style>
border-color css
<style>
span { border-color: #094B59; }
span { border-color: rgb(9,75,89); }
td.TdClassName
{
border-color: #094B59;
}
.TagClassName
{
border-color: #094B59;
}
</style>