Shades of Blue Stone #0D625B
Tints of Blue Stone #0D625B
RGB
CMYK
RGB Variations
Color information
#0D625B (or 0x0D625B) is known color: Blue Stone. HEX triplet: 0D, 62 and 5B. RGB value is (13,98,91). Sum of RGB (Red+Green+Blue) = 13+98+91=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #0D625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D625B is #F29DA4. Grayscale: #474747. Windows color (decimal): -15900069 or 5988877. OLE color: 5988877.
HSL color Cylindrical-coordinate representation of color #0D625B: hue angle of 175.06º 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 #0D625B is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 91 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.62 |
| HSL | 175.06º | 0.77% | 0.22% | - |
| HSV(B) | 175.06º | 0.87% | 0.38% | - |
| XYZ | 6.42 | 9.58 | 11.41 | - |
| YUV | 71.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 91 | 0.87 | 0 | 0.07 | 0.62 | 175.06 | 0.77 | 0.22 |
| Hex | D | 62 | 5B | 57 | 0 | 7 | 3E | AF | 4D | 16 |
| Octal | 15 | 142 | 133 | 127 | 0 | 7 | 76 | 257 | 115 | 26 |
| Binary | 1101 | 1100010 | 1011011 | 1010111 | 0 | 111 | 111110 | 10101111 | 1001101 | 10110 |
Color Harmonies of #0D625B
Complementary color
Monochromatic Colors of #0D625B
Black with #0D625B
Text Example
Text Example
White with #0D625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D625B; }
p { color: rgb(13,98,91); }
H1.HeaderClassName
{
color: #0D625B;
}
.AnyTagClassName
{
color: #0D625B;
}
</style>
background-color css
<style>
a { background-color: #0D625B; }
a { background-color: rgb(13,98,91); }
div.DivClassName
{
background-color: #0D625B;
}
.BgClassName
{
background-color: #0D625B;
}
</style>
border-color css
<style>
span { border-color: #0D625B; }
span { border-color: rgb(13,98,91); }
td.TdClassName
{
border-color: #0D625B;
}
.TagClassName
{
border-color: #0D625B;
}
</style>