Shades of Sherpa Blue #095260
Tints of Sherpa Blue #095260
RGB
CMYK
RGB Variations
Color information
#095260 (or 0x095260) is known color: Sherpa Blue. HEX triplet: 09, 52 and 60. RGB value is (9,82,96). Sum of RGB (Red+Green+Blue) = 9+82+96=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #095260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095260 is #F6AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16166304 or 6312457. OLE color: 6312457.
HSL color Cylindrical-coordinate representation of color #095260: hue angle of 189.66º 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 #095260 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 82 | 96 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.62 |
| HSL | 189.66º | 0.83% | 0.21% | - |
| HSV(B) | 189.66º | 0.91% | 0.38% | - |
| XYZ | 5.24 | 6.94 | 12.13 | - |
| YUV | 61.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 96 | 0.91 | 0.15 | 0 | 0.62 | 189.66 | 0.83 | 0.21 |
| Hex | 9 | 52 | 60 | 5B | F | 0 | 3E | BE | 53 | 15 |
| Octal | 11 | 122 | 140 | 133 | 17 | 0 | 76 | 276 | 123 | 25 |
| Binary | 1001 | 1010010 | 1100000 | 1011011 | 1111 | 0 | 111110 | 10111110 | 1010011 | 10101 |
Color Harmonies of #095260
Complementary color
Monochromatic Colors of #095260
Black with #095260
Text Example
Text Example
White with #095260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095260; }
p { color: rgb(9,82,96); }
H1.HeaderClassName
{
color: #095260;
}
.AnyTagClassName
{
color: #095260;
}
</style>
background-color css
<style>
a { background-color: #095260; }
a { background-color: rgb(9,82,96); }
div.DivClassName
{
background-color: #095260;
}
.BgClassName
{
background-color: #095260;
}
</style>
border-color css
<style>
span { border-color: #095260; }
span { border-color: rgb(9,82,96); }
td.TdClassName
{
border-color: #095260;
}
.TagClassName
{
border-color: #095260;
}
</style>