Shades of Sherpa Blue #0F4F56
Tints of Sherpa Blue #0F4F56
RGB
CMYK
RGB Variations
Color information
#0F4F56 (or 0x0F4F56) is known color: Sherpa Blue. HEX triplet: 0F, 4F and 56. RGB value is (15,79,86). Sum of RGB (Red+Green+Blue) = 15+79+86=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F4F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4F56 is #F0B0A9. Grayscale: #3C3C3C. Windows color (decimal): -15773866 or 5656335. OLE color: 5656335.
HSL color Cylindrical-coordinate representation of color #0F4F56: hue angle of 185.92º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4F56 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 79 | 86 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.66 |
| HSL | 185.92º | 0.7% | 0.2% | - |
| HSV(B) | 185.92º | 0.83% | 0.34% | - |
| XYZ | 4.67 | 6.37 | 9.79 | - |
| YUV | 60.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 86 | 0.83 | 0.08 | 0 | 0.66 | 185.92 | 0.7 | 0.2 |
| Hex | F | 4F | 56 | 53 | 8 | 0 | 42 | BA | 46 | 14 |
| Octal | 17 | 117 | 126 | 123 | 10 | 0 | 102 | 272 | 106 | 24 |
| Binary | 1111 | 1001111 | 1010110 | 1010011 | 1000 | 0 | 1000010 | 10111010 | 1000110 | 10100 |
Color Harmonies of #0F4F56
Complementary color
Monochromatic Colors of #0F4F56
Black with #0F4F56
Text Example
Text Example
White with #0F4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F56; }
p { color: rgb(15,79,86); }
H1.HeaderClassName
{
color: #0F4F56;
}
.AnyTagClassName
{
color: #0F4F56;
}
</style>
background-color css
<style>
a { background-color: #0F4F56; }
a { background-color: rgb(15,79,86); }
div.DivClassName
{
background-color: #0F4F56;
}
.BgClassName
{
background-color: #0F4F56;
}
</style>
border-color css
<style>
span { border-color: #0F4F56; }
span { border-color: rgb(15,79,86); }
td.TdClassName
{
border-color: #0F4F56;
}
.TagClassName
{
border-color: #0F4F56;
}
</style>