Shades of Blue Stone #0F555B
Tints of Blue Stone #0F555B
RGB
CMYK
RGB Variations
Color information
#0F555B (or 0x0F555B) is known color: Blue Stone. HEX triplet: 0F, 55 and 5B. RGB value is (15,85,91). Sum of RGB (Red+Green+Blue) = 15+85+91=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F555B is #F0AAA4. Grayscale: #404040. Windows color (decimal): -15772325 or 5985551. OLE color: 5985551.
HSL color Cylindrical-coordinate representation of color #0F555B: hue angle of 184.74º 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 #0F555B is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 85 | 91 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.64 |
| HSL | 184.74º | 0.72% | 0.21% | - |
| HSV(B) | 184.74º | 0.84% | 0.36% | - |
| XYZ | 5.33 | 7.35 | 11.04 | - |
| YUV | 64.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 91 | 0.84 | 0.07 | 0 | 0.64 | 184.74 | 0.72 | 0.21 |
| Hex | F | 55 | 5B | 54 | 7 | 0 | 40 | B9 | 48 | 15 |
| Octal | 17 | 125 | 133 | 124 | 7 | 0 | 100 | 271 | 110 | 25 |
| Binary | 1111 | 1010101 | 1011011 | 1010100 | 111 | 0 | 1000000 | 10111001 | 1001000 | 10101 |
Color Harmonies of #0F555B
Complementary color
Monochromatic Colors of #0F555B
Black with #0F555B
Text Example
Text Example
White with #0F555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F555B; }
p { color: rgb(15,85,91); }
H1.HeaderClassName
{
color: #0F555B;
}
.AnyTagClassName
{
color: #0F555B;
}
</style>
background-color css
<style>
a { background-color: #0F555B; }
a { background-color: rgb(15,85,91); }
div.DivClassName
{
background-color: #0F555B;
}
.BgClassName
{
background-color: #0F555B;
}
</style>
border-color css
<style>
span { border-color: #0F555B; }
span { border-color: rgb(15,85,91); }
td.TdClassName
{
border-color: #0F555B;
}
.TagClassName
{
border-color: #0F555B;
}
</style>