Shades of Blue Stone #0F6053
Tints of Blue Stone #0F6053
RGB
CMYK
RGB Variations
Color information
#0F6053 (or 0x0F6053) is known color: Blue Stone. HEX triplet: 0F, 60 and 53. RGB value is (15,96,83). Sum of RGB (Red+Green+Blue) = 15+96+83=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6053 is #F09FAC. Grayscale: #464646. Windows color (decimal): -15769517 or 5464079. OLE color: 5464079.
HSL color Cylindrical-coordinate representation of color #0F6053: hue angle of 170.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6053 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 83 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.62 |
| HSL | 170.37º | 0.73% | 0.22% | - |
| HSV(B) | 170.37º | 0.84% | 0.38% | - |
| XYZ | 5.94 | 9.09 | 9.63 | - |
| YUV | 70.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 83 | 0.84 | 0 | 0.14 | 0.62 | 170.37 | 0.73 | 0.22 |
| Hex | F | 60 | 53 | 54 | 0 | E | 3E | AA | 49 | 16 |
| Octal | 17 | 140 | 123 | 124 | 0 | 16 | 76 | 252 | 111 | 26 |
| Binary | 1111 | 1100000 | 1010011 | 1010100 | 0 | 1110 | 111110 | 10101010 | 1001001 | 10110 |
Color Harmonies of #0F6053
Complementary color
Monochromatic Colors of #0F6053
Black with #0F6053
Text Example
Text Example
White with #0F6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6053; }
p { color: rgb(15,96,83); }
H1.HeaderClassName
{
color: #0F6053;
}
.AnyTagClassName
{
color: #0F6053;
}
</style>
background-color css
<style>
a { background-color: #0F6053; }
a { background-color: rgb(15,96,83); }
div.DivClassName
{
background-color: #0F6053;
}
.BgClassName
{
background-color: #0F6053;
}
</style>
border-color css
<style>
span { border-color: #0F6053; }
span { border-color: rgb(15,96,83); }
td.TdClassName
{
border-color: #0F6053;
}
.TagClassName
{
border-color: #0F6053;
}
</style>