Shades of Blue Stone #0D6569
Tints of Blue Stone #0D6569
RGB
CMYK
RGB Variations
Color information
#0D6569 (or 0x0D6569) is known color: Blue Stone. HEX triplet: 0D, 65 and 69. RGB value is (13,101,105). Sum of RGB (Red+Green+Blue) = 13+101+105=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D6569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6569 is #F29A96. Grayscale: #4B4B4B. Windows color (decimal): -15899287 or 6907149. OLE color: 6907149.
HSL color Cylindrical-coordinate representation of color #0D6569: hue angle of 182.61º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6569 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 101 | 105 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.59 |
| HSL | 182.61º | 0.78% | 0.23% | - |
| HSV(B) | 182.61º | 0.88% | 0.41% | - |
| XYZ | 7.37 | 10.41 | 14.99 | - |
| YUV | 75.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 105 | 0.88 | 0.04 | 0 | 0.59 | 182.61 | 0.78 | 0.23 |
| Hex | D | 65 | 69 | 58 | 4 | 0 | 3B | B7 | 4E | 17 |
| Octal | 15 | 145 | 151 | 130 | 4 | 0 | 73 | 267 | 116 | 27 |
| Binary | 1101 | 1100101 | 1101001 | 1011000 | 100 | 0 | 111011 | 10110111 | 1001110 | 10111 |
Color Harmonies of #0D6569
Complementary color
Monochromatic Colors of #0D6569
Black with #0D6569
Text Example
Text Example
White with #0D6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6569; }
p { color: rgb(13,101,105); }
H1.HeaderClassName
{
color: #0D6569;
}
.AnyTagClassName
{
color: #0D6569;
}
</style>
background-color css
<style>
a { background-color: #0D6569; }
a { background-color: rgb(13,101,105); }
div.DivClassName
{
background-color: #0D6569;
}
.BgClassName
{
background-color: #0D6569;
}
</style>
border-color css
<style>
span { border-color: #0D6569; }
span { border-color: rgb(13,101,105); }
td.TdClassName
{
border-color: #0D6569;
}
.TagClassName
{
border-color: #0D6569;
}
</style>