Shades of Blue Stone #0D5E60
Tints of Blue Stone #0D5E60
RGB
CMYK
RGB Variations
Color information
#0D5E60 (or 0x0D5E60) is known color: Blue Stone. HEX triplet: 0D, 5E and 60. RGB value is (13,94,96). Sum of RGB (Red+Green+Blue) = 13+94+96=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D5E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5E60 is #F2A19F. Grayscale: #454545. Windows color (decimal): -15901088 or 6315533. OLE color: 6315533.
HSL color Cylindrical-coordinate representation of color #0D5E60: hue angle of 181.45º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5E60 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 94 | 96 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.62 |
| HSL | 181.45º | 0.76% | 0.21% | - |
| HSV(B) | 181.45º | 0.86% | 0.38% | - |
| XYZ | 6.28 | 8.94 | 12.46 | - |
| YUV | 70.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 96 | 0.86 | 0.02 | 0 | 0.62 | 181.45 | 0.76 | 0.21 |
| Hex | D | 5E | 60 | 56 | 2 | 0 | 3E | B5 | 4C | 15 |
| Octal | 15 | 136 | 140 | 126 | 2 | 0 | 76 | 265 | 114 | 25 |
| Binary | 1101 | 1011110 | 1100000 | 1010110 | 10 | 0 | 111110 | 10110101 | 1001100 | 10101 |
Color Harmonies of #0D5E60
Complementary color
Monochromatic Colors of #0D5E60
Black with #0D5E60
Text Example
Text Example
White with #0D5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5E60; }
p { color: rgb(13,94,96); }
H1.HeaderClassName
{
color: #0D5E60;
}
.AnyTagClassName
{
color: #0D5E60;
}
</style>
background-color css
<style>
a { background-color: #0D5E60; }
a { background-color: rgb(13,94,96); }
div.DivClassName
{
background-color: #0D5E60;
}
.BgClassName
{
background-color: #0D5E60;
}
</style>
border-color css
<style>
span { border-color: #0D5E60; }
span { border-color: rgb(13,94,96); }
td.TdClassName
{
border-color: #0D5E60;
}
.TagClassName
{
border-color: #0D5E60;
}
</style>