Shades of Blue Stone #1F585F
Tints of Blue Stone #1F585F
RGB
CMYK
RGB Variations
Color information
#1F585F (or 0x1F585F) is known color: Blue Stone. HEX triplet: 1F, 58 and 5F. RGB value is (31,88,95). Sum of RGB (Red+Green+Blue) = 31+88+95=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F585F is #E0A7A0. Grayscale: #474747. Windows color (decimal): -14722977 or 6248479. OLE color: 6248479.
HSL color Cylindrical-coordinate representation of color #1F585F: hue angle of 186.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F585F is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 88 | 95 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.63 |
| HSL | 186.56º | 0.51% | 0.25% | - |
| HSV(B) | 186.56º | 0.67% | 0.37% | - |
| XYZ | 6.12 | 8.1 | 12.07 | - |
| YUV | 71.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 95 | 0.67 | 0.07 | 0 | 0.63 | 186.56 | 0.51 | 0.25 |
| Hex | 1F | 58 | 5F | 43 | 7 | 0 | 3F | BB | 33 | 19 |
| Octal | 37 | 130 | 137 | 103 | 7 | 0 | 77 | 273 | 63 | 31 |
| Binary | 11111 | 1011000 | 1011111 | 1000011 | 111 | 0 | 111111 | 10111011 | 110011 | 11001 |
Color Harmonies of #1F585F
Complementary color
Monochromatic Colors of #1F585F
Black with #1F585F
Text Example
Text Example
White with #1F585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F585F; }
p { color: rgb(31,88,95); }
H1.HeaderClassName
{
color: #1F585F;
}
.AnyTagClassName
{
color: #1F585F;
}
</style>
background-color css
<style>
a { background-color: #1F585F; }
a { background-color: rgb(31,88,95); }
div.DivClassName
{
background-color: #1F585F;
}
.BgClassName
{
background-color: #1F585F;
}
</style>
border-color css
<style>
span { border-color: #1F585F; }
span { border-color: rgb(31,88,95); }
td.TdClassName
{
border-color: #1F585F;
}
.TagClassName
{
border-color: #1F585F;
}
</style>