Shades of Sherpa Blue #0F4B57
Tints of Sherpa Blue #0F4B57
RGB
CMYK
RGB Variations
Color information
#0F4B57 (or 0x0F4B57) is known color: Sherpa Blue. HEX triplet: 0F, 4B and 57. RGB value is (15,75,87). Sum of RGB (Red+Green+Blue) = 15+75+87=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F4B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B57 is #F0B4A8. Grayscale: #3A3A3A. Windows color (decimal): -15774889 or 5720847. OLE color: 5720847.
HSL color Cylindrical-coordinate representation of color #0F4B57: hue angle of 190º degrees, saturation: 0.71, 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 #0F4B57 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 75 | 87 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.66 |
| HSL | 190º | 0.71% | 0.2% | - |
| HSV(B) | 190º | 0.83% | 0.34% | - |
| XYZ | 4.43 | 5.82 | 9.91 | - |
| YUV | 58.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 87 | 0.83 | 0.14 | 0 | 0.66 | 190 | 0.71 | 0.2 |
| Hex | F | 4B | 57 | 53 | E | 0 | 42 | BE | 47 | 14 |
| Octal | 17 | 113 | 127 | 123 | 16 | 0 | 102 | 276 | 107 | 24 |
| Binary | 1111 | 1001011 | 1010111 | 1010011 | 1110 | 0 | 1000010 | 10111110 | 1000111 | 10100 |
Color Harmonies of #0F4B57
Complementary color
Monochromatic Colors of #0F4B57
Black with #0F4B57
Text Example
Text Example
White with #0F4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B57; }
p { color: rgb(15,75,87); }
H1.HeaderClassName
{
color: #0F4B57;
}
.AnyTagClassName
{
color: #0F4B57;
}
</style>
background-color css
<style>
a { background-color: #0F4B57; }
a { background-color: rgb(15,75,87); }
div.DivClassName
{
background-color: #0F4B57;
}
.BgClassName
{
background-color: #0F4B57;
}
</style>
border-color css
<style>
span { border-color: #0F4B57; }
span { border-color: rgb(15,75,87); }
td.TdClassName
{
border-color: #0F4B57;
}
.TagClassName
{
border-color: #0F4B57;
}
</style>