Shades of Blue Stone #1F696C
Tints of Blue Stone #1F696C
RGB
CMYK
RGB Variations
Color information
#1F696C (or 0x1F696C) is known color: Blue Stone. HEX triplet: 1F, 69 and 6C. RGB value is (31,105,108). Sum of RGB (Red+Green+Blue) = 31+105+108=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F696C is #E09693. Grayscale: #535353. Windows color (decimal): -14718612 or 7104799. OLE color: 7104799.
HSL color Cylindrical-coordinate representation of color #1F696C: hue angle of 182.34º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F696C is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 105 | 108 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.58 |
| HSL | 182.34º | 0.55% | 0.27% | - |
| HSV(B) | 182.34º | 0.71% | 0.42% | - |
| XYZ | 8.32 | 11.48 | 15.96 | - |
| YUV | 83.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 108 | 0.71 | 0.03 | 0 | 0.58 | 182.34 | 0.55 | 0.27 |
| Hex | 1F | 69 | 6C | 47 | 3 | 0 | 3A | B6 | 37 | 1B |
| Octal | 37 | 151 | 154 | 107 | 3 | 0 | 72 | 266 | 67 | 33 |
| Binary | 11111 | 1101001 | 1101100 | 1000111 | 11 | 0 | 111010 | 10110110 | 110111 | 11011 |
Color Harmonies of #1F696C
Complementary color
Monochromatic Colors of #1F696C
Black with #1F696C
Text Example
Text Example
White with #1F696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F696C; }
p { color: rgb(31,105,108); }
H1.HeaderClassName
{
color: #1F696C;
}
.AnyTagClassName
{
color: #1F696C;
}
</style>
background-color css
<style>
a { background-color: #1F696C; }
a { background-color: rgb(31,105,108); }
div.DivClassName
{
background-color: #1F696C;
}
.BgClassName
{
background-color: #1F696C;
}
</style>
border-color css
<style>
span { border-color: #1F696C; }
span { border-color: rgb(31,105,108); }
td.TdClassName
{
border-color: #1F696C;
}
.TagClassName
{
border-color: #1F696C;
}
</style>