Shades of Blue Stone #1F5D5B
Tints of Blue Stone #1F5D5B
RGB
CMYK
RGB Variations
Color information
#1F5D5B (or 0x1F5D5B) is known color: Blue Stone. HEX triplet: 1F, 5D and 5B. RGB value is (31,93,91). Sum of RGB (Red+Green+Blue) = 31+93+91=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D5B is #E0A2A4. Grayscale: #4A4A4A. Windows color (decimal): -14721701 or 5987615. OLE color: 5987615.
HSL color Cylindrical-coordinate representation of color #1F5D5B: hue angle of 178.06º 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 #1F5D5B is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 91 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.64 |
| HSL | 178.06º | 0.5% | 0.24% | - |
| HSV(B) | 178.06º | 0.67% | 0.36% | - |
| XYZ | 6.37 | 8.88 | 11.28 | - |
| YUV | 74.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 91 | 0.67 | 0 | 0.02 | 0.64 | 178.06 | 0.5 | 0.24 |
| Hex | 1F | 5D | 5B | 43 | 0 | 2 | 40 | B2 | 32 | 18 |
| Octal | 37 | 135 | 133 | 103 | 0 | 2 | 100 | 262 | 62 | 30 |
| Binary | 11111 | 1011101 | 1011011 | 1000011 | 0 | 10 | 1000000 | 10110010 | 110010 | 11000 |
Color Harmonies of #1F5D5B
Complementary color
Monochromatic Colors of #1F5D5B
Black with #1F5D5B
Text Example
Text Example
White with #1F5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D5B; }
p { color: rgb(31,93,91); }
H1.HeaderClassName
{
color: #1F5D5B;
}
.AnyTagClassName
{
color: #1F5D5B;
}
</style>
background-color css
<style>
a { background-color: #1F5D5B; }
a { background-color: rgb(31,93,91); }
div.DivClassName
{
background-color: #1F5D5B;
}
.BgClassName
{
background-color: #1F5D5B;
}
</style>
border-color css
<style>
span { border-color: #1F5D5B; }
span { border-color: rgb(31,93,91); }
td.TdClassName
{
border-color: #1F5D5B;
}
.TagClassName
{
border-color: #1F5D5B;
}
</style>