Shades of Blue Stone #0D675B
Tints of Blue Stone #0D675B
RGB
CMYK
RGB Variations
Color information
#0D675B (or 0x0D675B) is known color: Blue Stone. HEX triplet: 0D, 67 and 5B. RGB value is (13,103,91). Sum of RGB (Red+Green+Blue) = 13+103+91=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #0D675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D675B is #F298A4. Grayscale: #4A4A4A. Windows color (decimal): -15898789 or 5990157. OLE color: 5990157.
HSL color Cylindrical-coordinate representation of color #0D675B: hue angle of 172º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D675B is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 103 | 91 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.60 |
| HSL | 172º | 0.78% | 0.23% | - |
| HSV(B) | 172º | 0.87% | 0.4% | - |
| XYZ | 6.9 | 10.54 | 11.57 | - |
| YUV | 74.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 103 | 91 | 0.87 | 0 | 0.12 | 0.60 | 172 | 0.78 | 0.23 |
| Hex | D | 67 | 5B | 57 | 0 | C | 3C | AC | 4E | 17 |
| Octal | 15 | 147 | 133 | 127 | 0 | 14 | 74 | 254 | 116 | 27 |
| Binary | 1101 | 1100111 | 1011011 | 1010111 | 0 | 1100 | 111100 | 10101100 | 1001110 | 10111 |
Color Harmonies of #0D675B
Complementary color
Monochromatic Colors of #0D675B
Black with #0D675B
Text Example
Text Example
White with #0D675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D675B; }
p { color: rgb(13,103,91); }
H1.HeaderClassName
{
color: #0D675B;
}
.AnyTagClassName
{
color: #0D675B;
}
</style>
background-color css
<style>
a { background-color: #0D675B; }
a { background-color: rgb(13,103,91); }
div.DivClassName
{
background-color: #0D675B;
}
.BgClassName
{
background-color: #0D675B;
}
</style>
border-color css
<style>
span { border-color: #0D675B; }
span { border-color: rgb(13,103,91); }
td.TdClassName
{
border-color: #0D675B;
}
.TagClassName
{
border-color: #0D675B;
}
</style>