Shades of Sherpa Blue #094B61
Tints of Sherpa Blue #094B61
RGB
CMYK
RGB Variations
Color information
#094B61 (or 0x094B61) is known color: Sherpa Blue. HEX triplet: 09, 4B and 61. RGB value is (9,75,97). Sum of RGB (Red+Green+Blue) = 9+75+97=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #094B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B61 is #F6B49E. Grayscale: #393939. Windows color (decimal): -16168095 or 6376201. OLE color: 6376201.
HSL color Cylindrical-coordinate representation of color #094B61: hue angle of 195º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094B61 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 75 | 97 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.62 |
| HSL | 195º | 0.83% | 0.21% | - |
| HSV(B) | 195º | 0.91% | 0.38% | - |
| XYZ | 4.79 | 5.95 | 12.21 | - |
| YUV | 57.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 97 | 0.91 | 0.23 | 0 | 0.62 | 195 | 0.83 | 0.21 |
| Hex | 9 | 4B | 61 | 5B | 17 | 0 | 3E | C3 | 53 | 15 |
| Octal | 11 | 113 | 141 | 133 | 27 | 0 | 76 | 303 | 123 | 25 |
| Binary | 1001 | 1001011 | 1100001 | 1011011 | 10111 | 0 | 111110 | 11000011 | 1010011 | 10101 |
Color Harmonies of #094B61
Complementary color
Monochromatic Colors of #094B61
Black with #094B61
Text Example
Text Example
White with #094B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B61; }
p { color: rgb(9,75,97); }
H1.HeaderClassName
{
color: #094B61;
}
.AnyTagClassName
{
color: #094B61;
}
</style>
background-color css
<style>
a { background-color: #094B61; }
a { background-color: rgb(9,75,97); }
div.DivClassName
{
background-color: #094B61;
}
.BgClassName
{
background-color: #094B61;
}
</style>
border-color css
<style>
span { border-color: #094B61; }
span { border-color: rgb(9,75,97); }
td.TdClassName
{
border-color: #094B61;
}
.TagClassName
{
border-color: #094B61;
}
</style>