Shades of Blue Stone #1F575D
Tints of Blue Stone #1F575D
RGB
CMYK
RGB Variations
Color information
#1F575D (or 0x1F575D) is known color: Blue Stone. HEX triplet: 1F, 57 and 5D. RGB value is (31,87,93). Sum of RGB (Red+Green+Blue) = 31+87+93=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F575D is #E0A8A2. Grayscale: #464646. Windows color (decimal): -14723235 or 6117151. OLE color: 6117151.
HSL color Cylindrical-coordinate representation of color #1F575D: hue angle of 185.81º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F575D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 87 | 93 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.64 |
| HSL | 185.81º | 0.5% | 0.24% | - |
| HSV(B) | 185.81º | 0.67% | 0.36% | - |
| XYZ | 5.95 | 7.9 | 11.57 | - |
| YUV | 70.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 93 | 0.67 | 0.06 | 0 | 0.64 | 185.81 | 0.5 | 0.24 |
| Hex | 1F | 57 | 5D | 43 | 6 | 0 | 40 | BA | 32 | 18 |
| Octal | 37 | 127 | 135 | 103 | 6 | 0 | 100 | 272 | 62 | 30 |
| Binary | 11111 | 1010111 | 1011101 | 1000011 | 110 | 0 | 1000000 | 10111010 | 110010 | 11000 |
Color Harmonies of #1F575D
Complementary color
Monochromatic Colors of #1F575D
Black with #1F575D
Text Example
Text Example
White with #1F575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F575D; }
p { color: rgb(31,87,93); }
H1.HeaderClassName
{
color: #1F575D;
}
.AnyTagClassName
{
color: #1F575D;
}
</style>
background-color css
<style>
a { background-color: #1F575D; }
a { background-color: rgb(31,87,93); }
div.DivClassName
{
background-color: #1F575D;
}
.BgClassName
{
background-color: #1F575D;
}
</style>
border-color css
<style>
span { border-color: #1F575D; }
span { border-color: rgb(31,87,93); }
td.TdClassName
{
border-color: #1F575D;
}
.TagClassName
{
border-color: #1F575D;
}
</style>