Shades of Blue Stone #0D635C
Tints of Blue Stone #0D635C
RGB
CMYK
RGB Variations
Color information
#0D635C (or 0x0D635C) is known color: Blue Stone. HEX triplet: 0D, 63 and 5C. RGB value is (13,99,92). Sum of RGB (Red+Green+Blue) = 13+99+92=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #0D635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D635C is #F29CA3. Grayscale: #484848. Windows color (decimal): -15899812 or 6054669. OLE color: 6054669.
HSL color Cylindrical-coordinate representation of color #0D635C: hue angle of 175.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D635C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 99 | 92 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.61 |
| HSL | 175.12º | 0.77% | 0.22% | - |
| HSV(B) | 175.12º | 0.87% | 0.39% | - |
| XYZ | 6.56 | 9.78 | 11.67 | - |
| YUV | 72.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 92 | 0.87 | 0 | 0.07 | 0.61 | 175.12 | 0.77 | 0.22 |
| Hex | D | 63 | 5C | 57 | 0 | 7 | 3D | AF | 4D | 16 |
| Octal | 15 | 143 | 134 | 127 | 0 | 7 | 75 | 257 | 115 | 26 |
| Binary | 1101 | 1100011 | 1011100 | 1010111 | 0 | 111 | 111101 | 10101111 | 1001101 | 10110 |
Color Harmonies of #0D635C
Complementary color
Monochromatic Colors of #0D635C
Black with #0D635C
Text Example
Text Example
White with #0D635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D635C; }
p { color: rgb(13,99,92); }
H1.HeaderClassName
{
color: #0D635C;
}
.AnyTagClassName
{
color: #0D635C;
}
</style>
background-color css
<style>
a { background-color: #0D635C; }
a { background-color: rgb(13,99,92); }
div.DivClassName
{
background-color: #0D635C;
}
.BgClassName
{
background-color: #0D635C;
}
</style>
border-color css
<style>
span { border-color: #0D635C; }
span { border-color: rgb(13,99,92); }
td.TdClassName
{
border-color: #0D635C;
}
.TagClassName
{
border-color: #0D635C;
}
</style>