Shades of Sherpa Blue #0F414D
Tints of Sherpa Blue #0F414D
RGB
CMYK
RGB Variations
Color information
#0F414D (or 0x0F414D) is known color: Sherpa Blue. HEX triplet: 0F, 41 and 4D. RGB value is (15,65,77). Sum of RGB (Red+Green+Blue) = 15+65+77=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F414D is #F0BEB2. Grayscale: #333333. Windows color (decimal): -15777459 or 5062927. OLE color: 5062927.
HSL color Cylindrical-coordinate representation of color #0F414D: hue angle of 191.61º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F414D is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 65 | 77 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.70 |
| HSL | 191.61º | 0.67% | 0.18% | - |
| HSV(B) | 191.61º | 0.81% | 0.3% | - |
| XYZ | 3.43 | 4.42 | 7.69 | - |
| YUV | 51.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 77 | 0.81 | 0.16 | 0 | 0.70 | 191.61 | 0.67 | 0.18 |
| Hex | F | 41 | 4D | 51 | 10 | 0 | 46 | C0 | 43 | 12 |
| Octal | 17 | 101 | 115 | 121 | 20 | 0 | 106 | 300 | 103 | 22 |
| Binary | 1111 | 1000001 | 1001101 | 1010001 | 10000 | 0 | 1000110 | 11000000 | 1000011 | 10010 |
Color Harmonies of #0F414D
Complementary color
Monochromatic Colors of #0F414D
Black with #0F414D
Text Example
Text Example
White with #0F414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F414D; }
p { color: rgb(15,65,77); }
H1.HeaderClassName
{
color: #0F414D;
}
.AnyTagClassName
{
color: #0F414D;
}
</style>
background-color css
<style>
a { background-color: #0F414D; }
a { background-color: rgb(15,65,77); }
div.DivClassName
{
background-color: #0F414D;
}
.BgClassName
{
background-color: #0F414D;
}
</style>
border-color css
<style>
span { border-color: #0F414D; }
span { border-color: rgb(15,65,77); }
td.TdClassName
{
border-color: #0F414D;
}
.TagClassName
{
border-color: #0F414D;
}
</style>