Shades of Blue Stone #0F5C61
Tints of Blue Stone #0F5C61
RGB
CMYK
RGB Variations
Color information
#0F5C61 (or 0x0F5C61) is known color: Blue Stone. HEX triplet: 0F, 5C and 61. RGB value is (15,92,97). Sum of RGB (Red+Green+Blue) = 15+92+97=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F5C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5C61 is #F0A39E. Grayscale: #454545. Windows color (decimal): -15770527 or 6380559. OLE color: 6380559.
HSL color Cylindrical-coordinate representation of color #0F5C61: hue angle of 183.66º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5C61 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 92 | 97 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.62 |
| HSL | 183.66º | 0.73% | 0.22% | - |
| HSV(B) | 183.66º | 0.85% | 0.38% | - |
| XYZ | 6.18 | 8.62 | 12.65 | - |
| YUV | 69.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 97 | 0.85 | 0.05 | 0 | 0.62 | 183.66 | 0.73 | 0.22 |
| Hex | F | 5C | 61 | 55 | 5 | 0 | 3E | B8 | 49 | 16 |
| Octal | 17 | 134 | 141 | 125 | 5 | 0 | 76 | 270 | 111 | 26 |
| Binary | 1111 | 1011100 | 1100001 | 1010101 | 101 | 0 | 111110 | 10111000 | 1001001 | 10110 |
Color Harmonies of #0F5C61
Complementary color
Monochromatic Colors of #0F5C61
Black with #0F5C61
Text Example
Text Example
White with #0F5C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5C61; }
p { color: rgb(15,92,97); }
H1.HeaderClassName
{
color: #0F5C61;
}
.AnyTagClassName
{
color: #0F5C61;
}
</style>
background-color css
<style>
a { background-color: #0F5C61; }
a { background-color: rgb(15,92,97); }
div.DivClassName
{
background-color: #0F5C61;
}
.BgClassName
{
background-color: #0F5C61;
}
</style>
border-color css
<style>
span { border-color: #0F5C61; }
span { border-color: rgb(15,92,97); }
td.TdClassName
{
border-color: #0F5C61;
}
.TagClassName
{
border-color: #0F5C61;
}
</style>