Shades of Blue Stone #1F575E
Tints of Blue Stone #1F575E
RGB
CMYK
RGB Variations
Color information
#1F575E (or 0x1F575E) is known color: Blue Stone. HEX triplet: 1F, 57 and 5E. RGB value is (31,87,94). Sum of RGB (Red+Green+Blue) = 31+87+94=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F575E is #E0A8A1. Grayscale: #464646. Windows color (decimal): -14723234 or 6182687. OLE color: 6182687.
HSL color Cylindrical-coordinate representation of color #1F575E: hue angle of 186.67º degrees, saturation: 0.5, 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 #1F575E is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 87 | 94 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.63 |
| HSL | 186.67º | 0.5% | 0.25% | - |
| HSV(B) | 186.67º | 0.67% | 0.37% | - |
| XYZ | 5.99 | 7.92 | 11.8 | - |
| YUV | 71.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 94 | 0.67 | 0.07 | 0 | 0.63 | 186.67 | 0.5 | 0.25 |
| Hex | 1F | 57 | 5E | 43 | 7 | 0 | 3F | BB | 32 | 19 |
| Octal | 37 | 127 | 136 | 103 | 7 | 0 | 77 | 273 | 62 | 31 |
| Binary | 11111 | 1010111 | 1011110 | 1000011 | 111 | 0 | 111111 | 10111011 | 110010 | 11001 |
Color Harmonies of #1F575E
Complementary color
Monochromatic Colors of #1F575E
Black with #1F575E
Text Example
Text Example
White with #1F575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F575E; }
p { color: rgb(31,87,94); }
H1.HeaderClassName
{
color: #1F575E;
}
.AnyTagClassName
{
color: #1F575E;
}
</style>
background-color css
<style>
a { background-color: #1F575E; }
a { background-color: rgb(31,87,94); }
div.DivClassName
{
background-color: #1F575E;
}
.BgClassName
{
background-color: #1F575E;
}
</style>
border-color css
<style>
span { border-color: #1F575E; }
span { border-color: rgb(31,87,94); }
td.TdClassName
{
border-color: #1F575E;
}
.TagClassName
{
border-color: #1F575E;
}
</style>