Shades of Blue Stone #0F555C
Tints of Blue Stone #0F555C
RGB
CMYK
RGB Variations
Color information
#0F555C (or 0x0F555C) is known color: Blue Stone. HEX triplet: 0F, 55 and 5C. RGB value is (15,85,92). Sum of RGB (Red+Green+Blue) = 15+85+92=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F555C is #F0AAA3. Grayscale: #404040. Windows color (decimal): -15772324 or 6051087. OLE color: 6051087.
HSL color Cylindrical-coordinate representation of color #0F555C: hue angle of 185.45º 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 #0F555C is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 85 | 92 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.64 |
| HSL | 185.45º | 0.72% | 0.21% | - |
| HSV(B) | 185.45º | 0.84% | 0.36% | - |
| XYZ | 5.38 | 7.37 | 11.26 | - |
| YUV | 64.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 92 | 0.84 | 0.08 | 0 | 0.64 | 185.45 | 0.72 | 0.21 |
| Hex | F | 55 | 5C | 54 | 8 | 0 | 40 | B9 | 48 | 15 |
| Octal | 17 | 125 | 134 | 124 | 10 | 0 | 100 | 271 | 110 | 25 |
| Binary | 1111 | 1010101 | 1011100 | 1010100 | 1000 | 0 | 1000000 | 10111001 | 1001000 | 10101 |
Color Harmonies of #0F555C
Complementary color
Monochromatic Colors of #0F555C
Black with #0F555C
Text Example
Text Example
White with #0F555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F555C; }
p { color: rgb(15,85,92); }
H1.HeaderClassName
{
color: #0F555C;
}
.AnyTagClassName
{
color: #0F555C;
}
</style>
background-color css
<style>
a { background-color: #0F555C; }
a { background-color: rgb(15,85,92); }
div.DivClassName
{
background-color: #0F555C;
}
.BgClassName
{
background-color: #0F555C;
}
</style>
border-color css
<style>
span { border-color: #0F555C; }
span { border-color: rgb(15,85,92); }
td.TdClassName
{
border-color: #0F555C;
}
.TagClassName
{
border-color: #0F555C;
}
</style>