Shades of Blue Stone #1F615B
Tints of Blue Stone #1F615B
RGB
CMYK
RGB Variations
Color information
#1F615B (or 0x1F615B) is known color: Blue Stone. HEX triplet: 1F, 61 and 5B. RGB value is (31,97,91). Sum of RGB (Red+Green+Blue) = 31+97+91=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #1F615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F615B is #E09EA4. Grayscale: #4C4C4C. Windows color (decimal): -14720677 or 5988639. OLE color: 5988639.
HSL color Cylindrical-coordinate representation of color #1F615B: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F615B is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 91 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.62 |
| HSL | 174.55º | 0.52% | 0.25% | - |
| HSV(B) | 174.55º | 0.68% | 0.38% | - |
| XYZ | 6.73 | 9.6 | 11.4 | - |
| YUV | 76.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 91 | 0.68 | 0 | 0.06 | 0.62 | 174.55 | 0.52 | 0.25 |
| Hex | 1F | 61 | 5B | 44 | 0 | 6 | 3E | AF | 34 | 19 |
| Octal | 37 | 141 | 133 | 104 | 0 | 6 | 76 | 257 | 64 | 31 |
| Binary | 11111 | 1100001 | 1011011 | 1000100 | 0 | 110 | 111110 | 10101111 | 110100 | 11001 |
Color Harmonies of #1F615B
Complementary color
Monochromatic Colors of #1F615B
Black with #1F615B
Text Example
Text Example
White with #1F615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F615B; }
p { color: rgb(31,97,91); }
H1.HeaderClassName
{
color: #1F615B;
}
.AnyTagClassName
{
color: #1F615B;
}
</style>
background-color css
<style>
a { background-color: #1F615B; }
a { background-color: rgb(31,97,91); }
div.DivClassName
{
background-color: #1F615B;
}
.BgClassName
{
background-color: #1F615B;
}
</style>
border-color css
<style>
span { border-color: #1F615B; }
span { border-color: rgb(31,97,91); }
td.TdClassName
{
border-color: #1F615B;
}
.TagClassName
{
border-color: #1F615B;
}
</style>