Shades of Blue Stone #1F696E
Tints of Blue Stone #1F696E
RGB
CMYK
RGB Variations
Color information
#1F696E (or 0x1F696E) is known color: Blue Stone. HEX triplet: 1F, 69 and 6E. RGB value is (31,105,110). Sum of RGB (Red+Green+Blue) = 31+105+110=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F696E is #E09691. Grayscale: #535353. Windows color (decimal): -14718610 or 7235871. OLE color: 7235871.
HSL color Cylindrical-coordinate representation of color #1F696E: hue angle of 183.8º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F696E is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 105 | 110 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.57 |
| HSL | 183.8º | 0.56% | 0.28% | - |
| HSV(B) | 183.8º | 0.72% | 0.43% | - |
| XYZ | 8.43 | 11.52 | 16.53 | - |
| YUV | 83.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 110 | 0.72 | 0.05 | 0 | 0.57 | 183.8 | 0.56 | 0.28 |
| Hex | 1F | 69 | 6E | 48 | 5 | 0 | 39 | B8 | 38 | 1C |
| Octal | 37 | 151 | 156 | 110 | 5 | 0 | 71 | 270 | 70 | 34 |
| Binary | 11111 | 1101001 | 1101110 | 1001000 | 101 | 0 | 111001 | 10111000 | 111000 | 11100 |
Color Harmonies of #1F696E
Complementary color
Monochromatic Colors of #1F696E
Black with #1F696E
Text Example
Text Example
White with #1F696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F696E; }
p { color: rgb(31,105,110); }
H1.HeaderClassName
{
color: #1F696E;
}
.AnyTagClassName
{
color: #1F696E;
}
</style>
background-color css
<style>
a { background-color: #1F696E; }
a { background-color: rgb(31,105,110); }
div.DivClassName
{
background-color: #1F696E;
}
.BgClassName
{
background-color: #1F696E;
}
</style>
border-color css
<style>
span { border-color: #1F696E; }
span { border-color: rgb(31,105,110); }
td.TdClassName
{
border-color: #1F696E;
}
.TagClassName
{
border-color: #1F696E;
}
</style>