Shades of Sherpa Blue #0F505A
Tints of Sherpa Blue #0F505A
RGB
CMYK
RGB Variations
Color information
#0F505A (or 0x0F505A) is known color: Sherpa Blue. HEX triplet: 0F, 50 and 5A. RGB value is (15,80,90). Sum of RGB (Red+Green+Blue) = 15+80+90=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F505A is #F0AFA5. Grayscale: #3D3D3D. Windows color (decimal): -15773606 or 5918735. OLE color: 5918735.
HSL color Cylindrical-coordinate representation of color #0F505A: hue angle of 188º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F505A is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 80 | 90 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.65 |
| HSL | 188º | 0.71% | 0.21% | - |
| HSV(B) | 188º | 0.83% | 0.35% | - |
| XYZ | 4.91 | 6.58 | 10.68 | - |
| YUV | 61.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 90 | 0.83 | 0.11 | 0 | 0.65 | 188 | 0.71 | 0.21 |
| Hex | F | 50 | 5A | 53 | B | 0 | 41 | BC | 47 | 15 |
| Octal | 17 | 120 | 132 | 123 | 13 | 0 | 101 | 274 | 107 | 25 |
| Binary | 1111 | 1010000 | 1011010 | 1010011 | 1011 | 0 | 1000001 | 10111100 | 1000111 | 10101 |
Color Harmonies of #0F505A
Complementary color
Monochromatic Colors of #0F505A
Black with #0F505A
Text Example
Text Example
White with #0F505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F505A; }
p { color: rgb(15,80,90); }
H1.HeaderClassName
{
color: #0F505A;
}
.AnyTagClassName
{
color: #0F505A;
}
</style>
background-color css
<style>
a { background-color: #0F505A; }
a { background-color: rgb(15,80,90); }
div.DivClassName
{
background-color: #0F505A;
}
.BgClassName
{
background-color: #0F505A;
}
</style>
border-color css
<style>
span { border-color: #0F505A; }
span { border-color: rgb(15,80,90); }
td.TdClassName
{
border-color: #0F505A;
}
.TagClassName
{
border-color: #0F505A;
}
</style>