Shades of Blue Stone #1D6369
Tints of Blue Stone #1D6369
RGB
CMYK
RGB Variations
Color information
#1D6369 (or 0x1D6369) is known color: Blue Stone. HEX triplet: 1D, 63 and 69. RGB value is (29,99,105). Sum of RGB (Red+Green+Blue) = 29+99+105=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6369 is #E29C96. Grayscale: #4E4E4E. Windows color (decimal): -14851223 or 6906653. OLE color: 6906653.
HSL color Cylindrical-coordinate representation of color #1D6369: hue angle of 184.74º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6369 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 99 | 105 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.59 |
| HSL | 184.74º | 0.57% | 0.26% | - |
| HSV(B) | 184.74º | 0.72% | 0.41% | - |
| XYZ | 7.52 | 10.2 | 14.94 | - |
| YUV | 78.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 105 | 0.72 | 0.06 | 0 | 0.59 | 184.74 | 0.57 | 0.26 |
| Hex | 1D | 63 | 69 | 48 | 6 | 0 | 3B | B9 | 39 | 1A |
| Octal | 35 | 143 | 151 | 110 | 6 | 0 | 73 | 271 | 71 | 32 |
| Binary | 11101 | 1100011 | 1101001 | 1001000 | 110 | 0 | 111011 | 10111001 | 111001 | 11010 |
Color Harmonies of #1D6369
Complementary color
Monochromatic Colors of #1D6369
Black with #1D6369
Text Example
Text Example
White with #1D6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6369; }
p { color: rgb(29,99,105); }
H1.HeaderClassName
{
color: #1D6369;
}
.AnyTagClassName
{
color: #1D6369;
}
</style>
background-color css
<style>
a { background-color: #1D6369; }
a { background-color: rgb(29,99,105); }
div.DivClassName
{
background-color: #1D6369;
}
.BgClassName
{
background-color: #1D6369;
}
</style>
border-color css
<style>
span { border-color: #1D6369; }
span { border-color: rgb(29,99,105); }
td.TdClassName
{
border-color: #1D6369;
}
.TagClassName
{
border-color: #1D6369;
}
</style>