Shades of Sherpa Blue #0F4B59
Tints of Sherpa Blue #0F4B59
RGB
CMYK
RGB Variations
Color information
#0F4B59 (or 0x0F4B59) is known color: Sherpa Blue. HEX triplet: 0F, 4B and 59. RGB value is (15,75,89). Sum of RGB (Red+Green+Blue) = 15+75+89=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B59 is #F0B4A6. Grayscale: #3A3A3A. Windows color (decimal): -15774887 or 5851919. OLE color: 5851919.
HSL color Cylindrical-coordinate representation of color #0F4B59: hue angle of 191.35º 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 #0F4B59 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 75 | 89 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.65 |
| HSL | 191.35º | 0.71% | 0.2% | - |
| HSV(B) | 191.35º | 0.83% | 0.35% | - |
| XYZ | 4.52 | 5.85 | 10.34 | - |
| YUV | 58.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 89 | 0.83 | 0.16 | 0 | 0.65 | 191.35 | 0.71 | 0.2 |
| Hex | F | 4B | 59 | 53 | 10 | 0 | 41 | BF | 47 | 14 |
| Octal | 17 | 113 | 131 | 123 | 20 | 0 | 101 | 277 | 107 | 24 |
| Binary | 1111 | 1001011 | 1011001 | 1010011 | 10000 | 0 | 1000001 | 10111111 | 1000111 | 10100 |
Color Harmonies of #0F4B59
Complementary color
Monochromatic Colors of #0F4B59
Black with #0F4B59
Text Example
Text Example
White with #0F4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B59; }
p { color: rgb(15,75,89); }
H1.HeaderClassName
{
color: #0F4B59;
}
.AnyTagClassName
{
color: #0F4B59;
}
</style>
background-color css
<style>
a { background-color: #0F4B59; }
a { background-color: rgb(15,75,89); }
div.DivClassName
{
background-color: #0F4B59;
}
.BgClassName
{
background-color: #0F4B59;
}
</style>
border-color css
<style>
span { border-color: #0F4B59; }
span { border-color: rgb(15,75,89); }
td.TdClassName
{
border-color: #0F4B59;
}
.TagClassName
{
border-color: #0F4B59;
}
</style>