Shades of Blue Stone #1D675E
Tints of Blue Stone #1D675E
RGB
CMYK
RGB Variations
Color information
#1D675E (or 0x1D675E) is known color: Blue Stone. HEX triplet: 1D, 67 and 5E. RGB value is (29,103,94). Sum of RGB (Red+Green+Blue) = 29+103+94=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #1D675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D675E is #E298A1. Grayscale: #4F4F4F. Windows color (decimal): -14850210 or 6186781. OLE color: 6186781.
HSL color Cylindrical-coordinate representation of color #1D675E: hue angle of 172.7º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D675E is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 103 | 94 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.60 |
| HSL | 172.7º | 0.56% | 0.26% | - |
| HSV(B) | 172.7º | 0.72% | 0.4% | - |
| XYZ | 7.38 | 10.77 | 12.28 | - |
| YUV | 79.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 94 | 0.72 | 0 | 0.09 | 0.60 | 172.7 | 0.56 | 0.26 |
| Hex | 1D | 67 | 5E | 48 | 0 | 9 | 3C | AD | 38 | 1A |
| Octal | 35 | 147 | 136 | 110 | 0 | 11 | 74 | 255 | 70 | 32 |
| Binary | 11101 | 1100111 | 1011110 | 1001000 | 0 | 1001 | 111100 | 10101101 | 111000 | 11010 |
Color Harmonies of #1D675E
Complementary color
Monochromatic Colors of #1D675E
Black with #1D675E
Text Example
Text Example
White with #1D675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D675E; }
p { color: rgb(29,103,94); }
H1.HeaderClassName
{
color: #1D675E;
}
.AnyTagClassName
{
color: #1D675E;
}
</style>
background-color css
<style>
a { background-color: #1D675E; }
a { background-color: rgb(29,103,94); }
div.DivClassName
{
background-color: #1D675E;
}
.BgClassName
{
background-color: #1D675E;
}
</style>
border-color css
<style>
span { border-color: #1D675E; }
span { border-color: rgb(29,103,94); }
td.TdClassName
{
border-color: #1D675E;
}
.TagClassName
{
border-color: #1D675E;
}
</style>