Shades of Blue Stone #0F555D
Tints of Blue Stone #0F555D
RGB
CMYK
RGB Variations
Color information
#0F555D (or 0x0F555D) is known color: Blue Stone. HEX triplet: 0F, 55 and 5D. RGB value is (15,85,93). Sum of RGB (Red+Green+Blue) = 15+85+93=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F555D is #F0AAA2. Grayscale: #404040. Windows color (decimal): -15772323 or 6116623. OLE color: 6116623.
HSL color Cylindrical-coordinate representation of color #0F555D: hue angle of 186.15º 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 #0F555D is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 85 | 93 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.64 |
| HSL | 186.15º | 0.72% | 0.21% | - |
| HSV(B) | 186.15º | 0.84% | 0.36% | - |
| XYZ | 5.42 | 7.39 | 11.5 | - |
| YUV | 64.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 93 | 0.84 | 0.09 | 0 | 0.64 | 186.15 | 0.72 | 0.21 |
| Hex | F | 55 | 5D | 54 | 9 | 0 | 40 | BA | 48 | 15 |
| Octal | 17 | 125 | 135 | 124 | 11 | 0 | 100 | 272 | 110 | 25 |
| Binary | 1111 | 1010101 | 1011101 | 1010100 | 1001 | 0 | 1000000 | 10111010 | 1001000 | 10101 |
Color Harmonies of #0F555D
Complementary color
Monochromatic Colors of #0F555D
Black with #0F555D
Text Example
Text Example
White with #0F555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F555D; }
p { color: rgb(15,85,93); }
H1.HeaderClassName
{
color: #0F555D;
}
.AnyTagClassName
{
color: #0F555D;
}
</style>
background-color css
<style>
a { background-color: #0F555D; }
a { background-color: rgb(15,85,93); }
div.DivClassName
{
background-color: #0F555D;
}
.BgClassName
{
background-color: #0F555D;
}
</style>
border-color css
<style>
span { border-color: #0F555D; }
span { border-color: rgb(15,85,93); }
td.TdClassName
{
border-color: #0F555D;
}
.TagClassName
{
border-color: #0F555D;
}
</style>