Shades of Sherpa Blue #0F5259
Tints of Sherpa Blue #0F5259
RGB
CMYK
RGB Variations
Color information
#0F5259 (or 0x0F5259) is known color: Sherpa Blue. HEX triplet: 0F, 52 and 59. RGB value is (15,82,89). Sum of RGB (Red+Green+Blue) = 15+82+89=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F5259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5259 is #F0ADA6. Grayscale: #3E3E3E. Windows color (decimal): -15773095 or 5853711. OLE color: 5853711.
HSL color Cylindrical-coordinate representation of color #0F5259: hue angle of 185.68º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5259 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 82 | 89 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.65 |
| HSL | 185.68º | 0.71% | 0.2% | - |
| HSV(B) | 185.68º | 0.83% | 0.35% | - |
| XYZ | 5.02 | 6.86 | 10.51 | - |
| YUV | 62.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 89 | 0.83 | 0.08 | 0 | 0.65 | 185.68 | 0.71 | 0.2 |
| Hex | F | 52 | 59 | 53 | 8 | 0 | 41 | BA | 47 | 14 |
| Octal | 17 | 122 | 131 | 123 | 10 | 0 | 101 | 272 | 107 | 24 |
| Binary | 1111 | 1010010 | 1011001 | 1010011 | 1000 | 0 | 1000001 | 10111010 | 1000111 | 10100 |
Color Harmonies of #0F5259
Complementary color
Monochromatic Colors of #0F5259
Black with #0F5259
Text Example
Text Example
White with #0F5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5259; }
p { color: rgb(15,82,89); }
H1.HeaderClassName
{
color: #0F5259;
}
.AnyTagClassName
{
color: #0F5259;
}
</style>
background-color css
<style>
a { background-color: #0F5259; }
a { background-color: rgb(15,82,89); }
div.DivClassName
{
background-color: #0F5259;
}
.BgClassName
{
background-color: #0F5259;
}
</style>
border-color css
<style>
span { border-color: #0F5259; }
span { border-color: rgb(15,82,89); }
td.TdClassName
{
border-color: #0F5259;
}
.TagClassName
{
border-color: #0F5259;
}
</style>