Shades of Blue Stone #0D675E
Tints of Blue Stone #0D675E
RGB
CMYK
RGB Variations
Color information
#0D675E (or 0x0D675E) is known color: Blue Stone. HEX triplet: 0D, 67 and 5E. RGB value is (13,103,94). Sum of RGB (Red+Green+Blue) = 13+103+94=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #0D675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D675E is #F298A1. Grayscale: #4B4B4B. Windows color (decimal): -15898786 or 6186765. OLE color: 6186765.
HSL color Cylindrical-coordinate representation of color #0D675E: hue angle of 174º 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 #0D675E is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 103 | 94 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.60 |
| HSL | 174º | 0.78% | 0.23% | - |
| HSV(B) | 174º | 0.87% | 0.4% | - |
| XYZ | 7.04 | 10.59 | 12.26 | - |
| YUV | 75.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 103 | 94 | 0.87 | 0 | 0.09 | 0.60 | 174 | 0.78 | 0.23 |
| Hex | D | 67 | 5E | 57 | 0 | 9 | 3C | AE | 4E | 17 |
| Octal | 15 | 147 | 136 | 127 | 0 | 11 | 74 | 256 | 116 | 27 |
| Binary | 1101 | 1100111 | 1011110 | 1010111 | 0 | 1001 | 111100 | 10101110 | 1001110 | 10111 |
Color Harmonies of #0D675E
Complementary color
Monochromatic Colors of #0D675E
Black with #0D675E
Text Example
Text Example
White with #0D675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D675E; }
p { color: rgb(13,103,94); }
H1.HeaderClassName
{
color: #0D675E;
}
.AnyTagClassName
{
color: #0D675E;
}
</style>
background-color css
<style>
a { background-color: #0D675E; }
a { background-color: rgb(13,103,94); }
div.DivClassName
{
background-color: #0D675E;
}
.BgClassName
{
background-color: #0D675E;
}
</style>
border-color css
<style>
span { border-color: #0D675E; }
span { border-color: rgb(13,103,94); }
td.TdClassName
{
border-color: #0D675E;
}
.TagClassName
{
border-color: #0D675E;
}
</style>