Shades of Blue Stone #0F5260
Tints of Blue Stone #0F5260
RGB
CMYK
RGB Variations
Color information
#0F5260 (or 0x0F5260) is known color: Blue Stone. HEX triplet: 0F, 52 and 60. RGB value is (15,82,96). Sum of RGB (Red+Green+Blue) = 15+82+96=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F5260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5260 is #F0AD9F. Grayscale: #3F3F3F. Windows color (decimal): -15773088 or 6312463. OLE color: 6312463.
HSL color Cylindrical-coordinate representation of color #0F5260: hue angle of 190.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5260 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 82 | 96 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.62 |
| HSL | 190.37º | 0.73% | 0.22% | - |
| HSV(B) | 190.37º | 0.84% | 0.38% | - |
| XYZ | 5.33 | 6.98 | 12.13 | - |
| YUV | 63.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 96 | 0.84 | 0.15 | 0 | 0.62 | 190.37 | 0.73 | 0.22 |
| Hex | F | 52 | 60 | 54 | F | 0 | 3E | BE | 49 | 16 |
| Octal | 17 | 122 | 140 | 124 | 17 | 0 | 76 | 276 | 111 | 26 |
| Binary | 1111 | 1010010 | 1100000 | 1010100 | 1111 | 0 | 111110 | 10111110 | 1001001 | 10110 |
Color Harmonies of #0F5260
Complementary color
Monochromatic Colors of #0F5260
Black with #0F5260
Text Example
Text Example
White with #0F5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5260; }
p { color: rgb(15,82,96); }
H1.HeaderClassName
{
color: #0F5260;
}
.AnyTagClassName
{
color: #0F5260;
}
</style>
background-color css
<style>
a { background-color: #0F5260; }
a { background-color: rgb(15,82,96); }
div.DivClassName
{
background-color: #0F5260;
}
.BgClassName
{
background-color: #0F5260;
}
</style>
border-color css
<style>
span { border-color: #0F5260; }
span { border-color: rgb(15,82,96); }
td.TdClassName
{
border-color: #0F5260;
}
.TagClassName
{
border-color: #0F5260;
}
</style>