Shades of Blue Stone #0F575B
Tints of Blue Stone #0F575B
RGB
CMYK
RGB Variations
Color information
#0F575B (or 0x0F575B) is known color: Blue Stone. HEX triplet: 0F, 57 and 5B. RGB value is (15,87,91). Sum of RGB (Red+Green+Blue) = 15+87+91=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F575B is #F0A8A4. Grayscale: #414141. Windows color (decimal): -15771813 or 5986063. OLE color: 5986063.
HSL color Cylindrical-coordinate representation of color #0F575B: hue angle of 183.16º 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 #0F575B is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 87 | 91 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.64 |
| HSL | 183.16º | 0.72% | 0.21% | - |
| HSV(B) | 183.16º | 0.84% | 0.36% | - |
| XYZ | 5.49 | 7.67 | 11.09 | - |
| YUV | 65.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 91 | 0.84 | 0.04 | 0 | 0.64 | 183.16 | 0.72 | 0.21 |
| Hex | F | 57 | 5B | 54 | 4 | 0 | 40 | B7 | 48 | 15 |
| Octal | 17 | 127 | 133 | 124 | 4 | 0 | 100 | 267 | 110 | 25 |
| Binary | 1111 | 1010111 | 1011011 | 1010100 | 100 | 0 | 1000000 | 10110111 | 1001000 | 10101 |
Color Harmonies of #0F575B
Complementary color
Monochromatic Colors of #0F575B
Black with #0F575B
Text Example
Text Example
White with #0F575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F575B; }
p { color: rgb(15,87,91); }
H1.HeaderClassName
{
color: #0F575B;
}
.AnyTagClassName
{
color: #0F575B;
}
</style>
background-color css
<style>
a { background-color: #0F575B; }
a { background-color: rgb(15,87,91); }
div.DivClassName
{
background-color: #0F575B;
}
.BgClassName
{
background-color: #0F575B;
}
</style>
border-color css
<style>
span { border-color: #0F575B; }
span { border-color: rgb(15,87,91); }
td.TdClassName
{
border-color: #0F575B;
}
.TagClassName
{
border-color: #0F575B;
}
</style>