Shades of Blue Stone #0F545B
Tints of Blue Stone #0F545B
RGB
CMYK
RGB Variations
Color information
#0F545B (or 0x0F545B) is known color: Blue Stone. HEX triplet: 0F, 54 and 5B. RGB value is (15,84,91). Sum of RGB (Red+Green+Blue) = 15+84+91=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F545B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F545B is #F0ABA4. Grayscale: #404040. Windows color (decimal): -15772581 or 5985295. OLE color: 5985295.
HSL color Cylindrical-coordinate representation of color #0F545B: hue angle of 185.53º 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 #0F545B is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 84 | 91 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.64 |
| HSL | 185.53º | 0.72% | 0.21% | - |
| HSV(B) | 185.53º | 0.84% | 0.36% | - |
| XYZ | 5.26 | 7.2 | 11.01 | - |
| YUV | 64.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 91 | 0.84 | 0.08 | 0 | 0.64 | 185.53 | 0.72 | 0.21 |
| Hex | F | 54 | 5B | 54 | 8 | 0 | 40 | BA | 48 | 15 |
| Octal | 17 | 124 | 133 | 124 | 10 | 0 | 100 | 272 | 110 | 25 |
| Binary | 1111 | 1010100 | 1011011 | 1010100 | 1000 | 0 | 1000000 | 10111010 | 1001000 | 10101 |
Color Harmonies of #0F545B
Complementary color
Monochromatic Colors of #0F545B
Black with #0F545B
Text Example
Text Example
White with #0F545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F545B; }
p { color: rgb(15,84,91); }
H1.HeaderClassName
{
color: #0F545B;
}
.AnyTagClassName
{
color: #0F545B;
}
</style>
background-color css
<style>
a { background-color: #0F545B; }
a { background-color: rgb(15,84,91); }
div.DivClassName
{
background-color: #0F545B;
}
.BgClassName
{
background-color: #0F545B;
}
</style>
border-color css
<style>
span { border-color: #0F545B; }
span { border-color: rgb(15,84,91); }
td.TdClassName
{
border-color: #0F545B;
}
.TagClassName
{
border-color: #0F545B;
}
</style>