Shades of Sherpa Blue #0F4654
Tints of Sherpa Blue #0F4654
RGB
CMYK
RGB Variations
Color information
#0F4654 (or 0x0F4654) is known color: Sherpa Blue. HEX triplet: 0F, 46 and 54. RGB value is (15,70,84). Sum of RGB (Red+Green+Blue) = 15+70+84=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4654 is #F0B9AB. Grayscale: #373737. Windows color (decimal): -15776172 or 5522959. OLE color: 5522959.
HSL color Cylindrical-coordinate representation of color #0F4654: hue angle of 192.17º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4654 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 70 | 84 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.67 |
| HSL | 192.17º | 0.7% | 0.19% | - |
| HSV(B) | 192.17º | 0.82% | 0.33% | - |
| XYZ | 3.99 | 5.12 | 9.17 | - |
| YUV | 55.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 84 | 0.82 | 0.17 | 0 | 0.67 | 192.17 | 0.7 | 0.19 |
| Hex | F | 46 | 54 | 52 | 11 | 0 | 43 | C0 | 46 | 13 |
| Octal | 17 | 106 | 124 | 122 | 21 | 0 | 103 | 300 | 106 | 23 |
| Binary | 1111 | 1000110 | 1010100 | 1010010 | 10001 | 0 | 1000011 | 11000000 | 1000110 | 10011 |
Color Harmonies of #0F4654
Complementary color
Monochromatic Colors of #0F4654
Black with #0F4654
Text Example
Text Example
White with #0F4654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4654; }
p { color: rgb(15,70,84); }
H1.HeaderClassName
{
color: #0F4654;
}
.AnyTagClassName
{
color: #0F4654;
}
</style>
background-color css
<style>
a { background-color: #0F4654; }
a { background-color: rgb(15,70,84); }
div.DivClassName
{
background-color: #0F4654;
}
.BgClassName
{
background-color: #0F4654;
}
</style>
border-color css
<style>
span { border-color: #0F4654; }
span { border-color: rgb(15,70,84); }
td.TdClassName
{
border-color: #0F4654;
}
.TagClassName
{
border-color: #0F4654;
}
</style>