Shades of Blue Stone #1F676D
Tints of Blue Stone #1F676D
RGB
CMYK
RGB Variations
Color information
#1F676D (or 0x1F676D) is known color: Blue Stone. HEX triplet: 1F, 67 and 6D. RGB value is (31,103,109). Sum of RGB (Red+Green+Blue) = 31+103+109=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F676D is #E09892. Grayscale: #525252. Windows color (decimal): -14719123 or 7169823. OLE color: 7169823.
HSL color Cylindrical-coordinate representation of color #1F676D: hue angle of 184.62º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F676D is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 103 | 109 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.57 |
| HSL | 184.62º | 0.56% | 0.27% | - |
| HSV(B) | 184.62º | 0.72% | 0.43% | - |
| XYZ | 8.18 | 11.1 | 16.18 | - |
| YUV | 82.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 109 | 0.72 | 0.06 | 0 | 0.57 | 184.62 | 0.56 | 0.27 |
| Hex | 1F | 67 | 6D | 48 | 6 | 0 | 39 | B9 | 38 | 1B |
| Octal | 37 | 147 | 155 | 110 | 6 | 0 | 71 | 271 | 70 | 33 |
| Binary | 11111 | 1100111 | 1101101 | 1001000 | 110 | 0 | 111001 | 10111001 | 111000 | 11011 |
Color Harmonies of #1F676D
Complementary color
Monochromatic Colors of #1F676D
Black with #1F676D
Text Example
Text Example
White with #1F676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F676D; }
p { color: rgb(31,103,109); }
H1.HeaderClassName
{
color: #1F676D;
}
.AnyTagClassName
{
color: #1F676D;
}
</style>
background-color css
<style>
a { background-color: #1F676D; }
a { background-color: rgb(31,103,109); }
div.DivClassName
{
background-color: #1F676D;
}
.BgClassName
{
background-color: #1F676D;
}
</style>
border-color css
<style>
span { border-color: #1F676D; }
span { border-color: rgb(31,103,109); }
td.TdClassName
{
border-color: #1F676D;
}
.TagClassName
{
border-color: #1F676D;
}
</style>