Shades of Blue Stone #0D6367
Tints of Blue Stone #0D6367
RGB
CMYK
RGB Variations
Color information
#0D6367 (or 0x0D6367) is known color: Blue Stone. HEX triplet: 0D, 63 and 67. RGB value is (13,99,103). Sum of RGB (Red+Green+Blue) = 13+99+103=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D6367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6367 is #F29C98. Grayscale: #494949. Windows color (decimal): -15899801 or 6775565. OLE color: 6775565.
HSL color Cylindrical-coordinate representation of color #0D6367: hue angle of 182.67º 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 #0D6367 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 99 | 103 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.60 |
| HSL | 182.67º | 0.78% | 0.23% | - |
| HSV(B) | 182.67º | 0.87% | 0.4% | - |
| XYZ | 7.08 | 9.99 | 14.39 | - |
| YUV | 73.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 103 | 0.87 | 0.04 | 0 | 0.60 | 182.67 | 0.78 | 0.23 |
| Hex | D | 63 | 67 | 57 | 4 | 0 | 3C | B7 | 4E | 17 |
| Octal | 15 | 143 | 147 | 127 | 4 | 0 | 74 | 267 | 116 | 27 |
| Binary | 1101 | 1100011 | 1100111 | 1010111 | 100 | 0 | 111100 | 10110111 | 1001110 | 10111 |
Color Harmonies of #0D6367
Complementary color
Monochromatic Colors of #0D6367
Black with #0D6367
Text Example
Text Example
White with #0D6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6367; }
p { color: rgb(13,99,103); }
H1.HeaderClassName
{
color: #0D6367;
}
.AnyTagClassName
{
color: #0D6367;
}
</style>
background-color css
<style>
a { background-color: #0D6367; }
a { background-color: rgb(13,99,103); }
div.DivClassName
{
background-color: #0D6367;
}
.BgClassName
{
background-color: #0D6367;
}
</style>
border-color css
<style>
span { border-color: #0D6367; }
span { border-color: rgb(13,99,103); }
td.TdClassName
{
border-color: #0D6367;
}
.TagClassName
{
border-color: #0D6367;
}
</style>