Shades of Sherpa Blue #094A53
Tints of Sherpa Blue #094A53
RGB
CMYK
RGB Variations
Color information
#094A53 (or 0x094A53) is known color: Sherpa Blue. HEX triplet: 09, 4A and 53. RGB value is (9,74,83). Sum of RGB (Red+Green+Blue) = 9+74+83=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #094A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A53 is #F6B5AC. Grayscale: #373737. Windows color (decimal): -16168365 or 5458441. OLE color: 5458441.
HSL color Cylindrical-coordinate representation of color #094A53: hue angle of 187.3º 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 #094A53 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 74 | 83 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.67 |
| HSL | 187.3º | 0.8% | 0.18% | - |
| HSV(B) | 187.3º | 0.89% | 0.33% | - |
| XYZ | 4.12 | 5.58 | 9.04 | - |
| YUV | 55.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 83 | 0.89 | 0.11 | 0 | 0.67 | 187.3 | 0.8 | 0.18 |
| Hex | 9 | 4A | 53 | 59 | B | 0 | 43 | BB | 50 | 12 |
| Octal | 11 | 112 | 123 | 131 | 13 | 0 | 103 | 273 | 120 | 22 |
| Binary | 1001 | 1001010 | 1010011 | 1011001 | 1011 | 0 | 1000011 | 10111011 | 1010000 | 10010 |
Color Harmonies of #094A53
Complementary color
Monochromatic Colors of #094A53
Black with #094A53
Text Example
Text Example
White with #094A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A53; }
p { color: rgb(9,74,83); }
H1.HeaderClassName
{
color: #094A53;
}
.AnyTagClassName
{
color: #094A53;
}
</style>
background-color css
<style>
a { background-color: #094A53; }
a { background-color: rgb(9,74,83); }
div.DivClassName
{
background-color: #094A53;
}
.BgClassName
{
background-color: #094A53;
}
</style>
border-color css
<style>
span { border-color: #094A53; }
span { border-color: rgb(9,74,83); }
td.TdClassName
{
border-color: #094A53;
}
.TagClassName
{
border-color: #094A53;
}
</style>