Shades of Blue Stone #1F5C61
Tints of Blue Stone #1F5C61
RGB
CMYK
RGB Variations
Color information
#1F5C61 (or 0x1F5C61) is known color: Blue Stone. HEX triplet: 1F, 5C and 61. RGB value is (31,92,97). Sum of RGB (Red+Green+Blue) = 31+92+97=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F5C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C61 is #E0A39E. Grayscale: #4A4A4A. Windows color (decimal): -14721951 or 6380575. OLE color: 6380575.
HSL color Cylindrical-coordinate representation of color #1F5C61: hue angle of 184.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 #1F5C61 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 92 | 97 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.62 |
| HSL | 184.55º | 0.52% | 0.25% | - |
| HSV(B) | 184.55º | 0.68% | 0.38% | - |
| XYZ | 6.55 | 8.81 | 12.66 | - |
| YUV | 74.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 92 | 97 | 0.68 | 0.05 | 0 | 0.62 | 184.55 | 0.52 | 0.25 |
| Hex | 1F | 5C | 61 | 44 | 5 | 0 | 3E | B9 | 34 | 19 |
| Octal | 37 | 134 | 141 | 104 | 5 | 0 | 76 | 271 | 64 | 31 |
| Binary | 11111 | 1011100 | 1100001 | 1000100 | 101 | 0 | 111110 | 10111001 | 110100 | 11001 |
Color Harmonies of #1F5C61
Complementary color
Monochromatic Colors of #1F5C61
Black with #1F5C61
Text Example
Text Example
White with #1F5C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5C61; }
p { color: rgb(31,92,97); }
H1.HeaderClassName
{
color: #1F5C61;
}
.AnyTagClassName
{
color: #1F5C61;
}
</style>
background-color css
<style>
a { background-color: #1F5C61; }
a { background-color: rgb(31,92,97); }
div.DivClassName
{
background-color: #1F5C61;
}
.BgClassName
{
background-color: #1F5C61;
}
</style>
border-color css
<style>
span { border-color: #1F5C61; }
span { border-color: rgb(31,92,97); }
td.TdClassName
{
border-color: #1F5C61;
}
.TagClassName
{
border-color: #1F5C61;
}
</style>