Shades of Sherpa Blue #0F505C
Tints of Sherpa Blue #0F505C
RGB
CMYK
RGB Variations
Color information
#0F505C (or 0x0F505C) is known color: Sherpa Blue. HEX triplet: 0F, 50 and 5C. RGB value is (15,80,92). Sum of RGB (Red+Green+Blue) = 15+80+92=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F505C is #F0AFA3. Grayscale: #3D3D3D. Windows color (decimal): -15773604 or 6049807. OLE color: 6049807.
HSL color Cylindrical-coordinate representation of color #0F505C: hue angle of 189.35º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F505C is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 80 | 92 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.64 |
| HSL | 189.35º | 0.72% | 0.21% | - |
| HSV(B) | 189.35º | 0.84% | 0.36% | - |
| XYZ | 5 | 6.61 | 11.14 | - |
| YUV | 61.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 92 | 0.84 | 0.13 | 0 | 0.64 | 189.35 | 0.72 | 0.21 |
| Hex | F | 50 | 5C | 54 | D | 0 | 40 | BD | 48 | 15 |
| Octal | 17 | 120 | 134 | 124 | 15 | 0 | 100 | 275 | 110 | 25 |
| Binary | 1111 | 1010000 | 1011100 | 1010100 | 1101 | 0 | 1000000 | 10111101 | 1001000 | 10101 |
Color Harmonies of #0F505C
Complementary color
Monochromatic Colors of #0F505C
Black with #0F505C
Text Example
Text Example
White with #0F505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F505C; }
p { color: rgb(15,80,92); }
H1.HeaderClassName
{
color: #0F505C;
}
.AnyTagClassName
{
color: #0F505C;
}
</style>
background-color css
<style>
a { background-color: #0F505C; }
a { background-color: rgb(15,80,92); }
div.DivClassName
{
background-color: #0F505C;
}
.BgClassName
{
background-color: #0F505C;
}
</style>
border-color css
<style>
span { border-color: #0F505C; }
span { border-color: rgb(15,80,92); }
td.TdClassName
{
border-color: #0F505C;
}
.TagClassName
{
border-color: #0F505C;
}
</style>