Shades of Sherpa Blue #094A5A
Tints of Sherpa Blue #094A5A
RGB
CMYK
RGB Variations
Color information
#094A5A (or 0x094A5A) is known color: Sherpa Blue. HEX triplet: 09, 4A and 5A. RGB value is (9,74,90). Sum of RGB (Red+Green+Blue) = 9+74+90=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #094A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A5A is #F6B5A5. Grayscale: #383838. Windows color (decimal): -16168358 or 5917193. OLE color: 5917193.
HSL color Cylindrical-coordinate representation of color #094A5A: hue angle of 191.85º 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 #094A5A is Cyan = 0.9, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 74 | 90 | - |
| CMYK | 0.9 | 0.18 | 0 | 0.65 |
| HSL | 191.85º | 0.82% | 0.19% | - |
| HSV(B) | 191.85º | 0.9% | 0.35% | - |
| XYZ | 4.41 | 5.69 | 10.54 | - |
| YUV | 56.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 90 | 0.9 | 0.18 | 0 | 0.65 | 191.85 | 0.82 | 0.19 |
| Hex | 9 | 4A | 5A | 5A | 12 | 0 | 41 | C0 | 52 | 13 |
| Octal | 11 | 112 | 132 | 132 | 22 | 0 | 101 | 300 | 122 | 23 |
| Binary | 1001 | 1001010 | 1011010 | 1011010 | 10010 | 0 | 1000001 | 11000000 | 1010010 | 10011 |
Color Harmonies of #094A5A
Complementary color
Monochromatic Colors of #094A5A
Black with #094A5A
Text Example
Text Example
White with #094A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A5A; }
p { color: rgb(9,74,90); }
H1.HeaderClassName
{
color: #094A5A;
}
.AnyTagClassName
{
color: #094A5A;
}
</style>
background-color css
<style>
a { background-color: #094A5A; }
a { background-color: rgb(9,74,90); }
div.DivClassName
{
background-color: #094A5A;
}
.BgClassName
{
background-color: #094A5A;
}
</style>
border-color css
<style>
span { border-color: #094A5A; }
span { border-color: rgb(9,74,90); }
td.TdClassName
{
border-color: #094A5A;
}
.TagClassName
{
border-color: #094A5A;
}
</style>