Shades of Blue Stone #1F656A
Tints of Blue Stone #1F656A
RGB
CMYK
RGB Variations
Color information
#1F656A (or 0x1F656A) is known color: Blue Stone. HEX triplet: 1F, 65 and 6A. RGB value is (31,101,106). Sum of RGB (Red+Green+Blue) = 31+101+106=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F656A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F656A is #E09A95. Grayscale: #505050. Windows color (decimal): -14719638 or 6972703. OLE color: 6972703.
HSL color Cylindrical-coordinate representation of color #1F656A: hue angle of 184º 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 #1F656A is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 101 | 106 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.58 |
| HSL | 184º | 0.55% | 0.27% | - |
| HSV(B) | 184º | 0.71% | 0.42% | - |
| XYZ | 7.82 | 10.64 | 15.28 | - |
| YUV | 80.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 106 | 0.71 | 0.05 | 0 | 0.58 | 184 | 0.55 | 0.27 |
| Hex | 1F | 65 | 6A | 47 | 5 | 0 | 3A | B8 | 37 | 1B |
| Octal | 37 | 145 | 152 | 107 | 5 | 0 | 72 | 270 | 67 | 33 |
| Binary | 11111 | 1100101 | 1101010 | 1000111 | 101 | 0 | 111010 | 10111000 | 110111 | 11011 |
Color Harmonies of #1F656A
Complementary color
Monochromatic Colors of #1F656A
Black with #1F656A
Text Example
Text Example
White with #1F656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F656A; }
p { color: rgb(31,101,106); }
H1.HeaderClassName
{
color: #1F656A;
}
.AnyTagClassName
{
color: #1F656A;
}
</style>
background-color css
<style>
a { background-color: #1F656A; }
a { background-color: rgb(31,101,106); }
div.DivClassName
{
background-color: #1F656A;
}
.BgClassName
{
background-color: #1F656A;
}
</style>
border-color css
<style>
span { border-color: #1F656A; }
span { border-color: rgb(31,101,106); }
td.TdClassName
{
border-color: #1F656A;
}
.TagClassName
{
border-color: #1F656A;
}
</style>