Shades of Sherpa Blue #0F4E59
Tints of Sherpa Blue #0F4E59
RGB
CMYK
RGB Variations
Color information
#0F4E59 (or 0x0F4E59) is known color: Sherpa Blue. HEX triplet: 0F, 4E and 59. RGB value is (15,78,89). Sum of RGB (Red+Green+Blue) = 15+78+89=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E59 is #F0B1A6. Grayscale: #3C3C3C. Windows color (decimal): -15774119 or 5852687. OLE color: 5852687.
HSL color Cylindrical-coordinate representation of color #0F4E59: hue angle of 188.92º 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 #0F4E59 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 78 | 89 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.65 |
| HSL | 188.92º | 0.71% | 0.2% | - |
| HSV(B) | 188.92º | 0.83% | 0.35% | - |
| XYZ | 4.72 | 6.27 | 10.41 | - |
| YUV | 60.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 89 | 0.83 | 0.12 | 0 | 0.65 | 188.92 | 0.71 | 0.2 |
| Hex | F | 4E | 59 | 53 | C | 0 | 41 | BD | 47 | 14 |
| Octal | 17 | 116 | 131 | 123 | 14 | 0 | 101 | 275 | 107 | 24 |
| Binary | 1111 | 1001110 | 1011001 | 1010011 | 1100 | 0 | 1000001 | 10111101 | 1000111 | 10100 |
Color Harmonies of #0F4E59
Complementary color
Monochromatic Colors of #0F4E59
Black with #0F4E59
Text Example
Text Example
White with #0F4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E59; }
p { color: rgb(15,78,89); }
H1.HeaderClassName
{
color: #0F4E59;
}
.AnyTagClassName
{
color: #0F4E59;
}
</style>
background-color css
<style>
a { background-color: #0F4E59; }
a { background-color: rgb(15,78,89); }
div.DivClassName
{
background-color: #0F4E59;
}
.BgClassName
{
background-color: #0F4E59;
}
</style>
border-color css
<style>
span { border-color: #0F4E59; }
span { border-color: rgb(15,78,89); }
td.TdClassName
{
border-color: #0F4E59;
}
.TagClassName
{
border-color: #0F4E59;
}
</style>