Shades of Sherpa Blue #0F4857
Tints of Sherpa Blue #0F4857
RGB
CMYK
RGB Variations
Color information
#0F4857 (or 0x0F4857) is known color: Sherpa Blue. HEX triplet: 0F, 48 and 57. RGB value is (15,72,87). Sum of RGB (Red+Green+Blue) = 15+72+87=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F4857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4857 is #F0B7A8. Grayscale: #383838. Windows color (decimal): -15775657 or 5720079. OLE color: 5720079.
HSL color Cylindrical-coordinate representation of color #0F4857: hue angle of 192.5º 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 #0F4857 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 72 | 87 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.66 |
| HSL | 192.5º | 0.71% | 0.2% | - |
| HSV(B) | 192.5º | 0.83% | 0.34% | - |
| XYZ | 4.23 | 5.42 | 9.84 | - |
| YUV | 56.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 87 | 0.83 | 0.17 | 0 | 0.66 | 192.5 | 0.71 | 0.2 |
| Hex | F | 48 | 57 | 53 | 11 | 0 | 42 | C0 | 47 | 14 |
| Octal | 17 | 110 | 127 | 123 | 21 | 0 | 102 | 300 | 107 | 24 |
| Binary | 1111 | 1001000 | 1010111 | 1010011 | 10001 | 0 | 1000010 | 11000000 | 1000111 | 10100 |
Color Harmonies of #0F4857
Complementary color
Monochromatic Colors of #0F4857
Black with #0F4857
Text Example
Text Example
White with #0F4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4857; }
p { color: rgb(15,72,87); }
H1.HeaderClassName
{
color: #0F4857;
}
.AnyTagClassName
{
color: #0F4857;
}
</style>
background-color css
<style>
a { background-color: #0F4857; }
a { background-color: rgb(15,72,87); }
div.DivClassName
{
background-color: #0F4857;
}
.BgClassName
{
background-color: #0F4857;
}
</style>
border-color css
<style>
span { border-color: #0F4857; }
span { border-color: rgb(15,72,87); }
td.TdClassName
{
border-color: #0F4857;
}
.TagClassName
{
border-color: #0F4857;
}
</style>