Shades of Blue Stone #0D5F61
Tints of Blue Stone #0D5F61
RGB
CMYK
RGB Variations
Color information
#0D5F61 (or 0x0D5F61) is known color: Blue Stone. HEX triplet: 0D, 5F and 61. RGB value is (13,95,97). Sum of RGB (Red+Green+Blue) = 13+95+97=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D5F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5F61 is #F2A09E. Grayscale: #464646. Windows color (decimal): -15900831 or 6381325. OLE color: 6381325.
HSL color Cylindrical-coordinate representation of color #0D5F61: hue angle of 181.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D5F61 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 95 | 97 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.62 |
| HSL | 181.43º | 0.76% | 0.22% | - |
| HSV(B) | 181.43º | 0.87% | 0.38% | - |
| XYZ | 6.42 | 9.13 | 12.73 | - |
| YUV | 70.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 97 | 0.87 | 0.02 | 0 | 0.62 | 181.43 | 0.76 | 0.22 |
| Hex | D | 5F | 61 | 57 | 2 | 0 | 3E | B5 | 4C | 16 |
| Octal | 15 | 137 | 141 | 127 | 2 | 0 | 76 | 265 | 114 | 26 |
| Binary | 1101 | 1011111 | 1100001 | 1010111 | 10 | 0 | 111110 | 10110101 | 1001100 | 10110 |
Color Harmonies of #0D5F61
Complementary color
Monochromatic Colors of #0D5F61
Black with #0D5F61
Text Example
Text Example
White with #0D5F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5F61; }
p { color: rgb(13,95,97); }
H1.HeaderClassName
{
color: #0D5F61;
}
.AnyTagClassName
{
color: #0D5F61;
}
</style>
background-color css
<style>
a { background-color: #0D5F61; }
a { background-color: rgb(13,95,97); }
div.DivClassName
{
background-color: #0D5F61;
}
.BgClassName
{
background-color: #0D5F61;
}
</style>
border-color css
<style>
span { border-color: #0D5F61; }
span { border-color: rgb(13,95,97); }
td.TdClassName
{
border-color: #0D5F61;
}
.TagClassName
{
border-color: #0D5F61;
}
</style>