Shades of Blue Stone #0D625D
Tints of Blue Stone #0D625D
RGB
CMYK
RGB Variations
Color information
#0D625D (or 0x0D625D) is known color: Blue Stone. HEX triplet: 0D, 62 and 5D. RGB value is (13,98,93). Sum of RGB (Red+Green+Blue) = 13+98+93=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #0D625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D625D is #F29DA2. Grayscale: #474747. Windows color (decimal): -15900067 or 6119949. OLE color: 6119949.
HSL color Cylindrical-coordinate representation of color #0D625D: hue angle of 176.47º degrees, saturation: 0.77, 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 #0D625D is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 93 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.62 |
| HSL | 176.47º | 0.77% | 0.22% | - |
| HSV(B) | 176.47º | 0.87% | 0.38% | - |
| XYZ | 6.51 | 9.61 | 11.87 | - |
| YUV | 72.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 93 | 0.87 | 0 | 0.05 | 0.62 | 176.47 | 0.77 | 0.22 |
| Hex | D | 62 | 5D | 57 | 0 | 5 | 3E | B0 | 4D | 16 |
| Octal | 15 | 142 | 135 | 127 | 0 | 5 | 76 | 260 | 115 | 26 |
| Binary | 1101 | 1100010 | 1011101 | 1010111 | 0 | 101 | 111110 | 10110000 | 1001101 | 10110 |
Color Harmonies of #0D625D
Complementary color
Monochromatic Colors of #0D625D
Black with #0D625D
Text Example
Text Example
White with #0D625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D625D; }
p { color: rgb(13,98,93); }
H1.HeaderClassName
{
color: #0D625D;
}
.AnyTagClassName
{
color: #0D625D;
}
</style>
background-color css
<style>
a { background-color: #0D625D; }
a { background-color: rgb(13,98,93); }
div.DivClassName
{
background-color: #0D625D;
}
.BgClassName
{
background-color: #0D625D;
}
</style>
border-color css
<style>
span { border-color: #0D625D; }
span { border-color: rgb(13,98,93); }
td.TdClassName
{
border-color: #0D625D;
}
.TagClassName
{
border-color: #0D625D;
}
</style>