Shades of Blue Stone #1F5F5B
Tints of Blue Stone #1F5F5B
RGB
CMYK
RGB Variations
Color information
#1F5F5B (or 0x1F5F5B) is known color: Blue Stone. HEX triplet: 1F, 5F and 5B. RGB value is (31,95,91). Sum of RGB (Red+Green+Blue) = 31+95+91=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F5B is #E0A0A4. Grayscale: #4B4B4B. Windows color (decimal): -14721189 or 5988127. OLE color: 5988127.
HSL color Cylindrical-coordinate representation of color #1F5F5B: hue angle of 176.25º degrees, saturation: 0.51, 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 #1F5F5B is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 91 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.63 |
| HSL | 176.25º | 0.51% | 0.25% | - |
| HSV(B) | 176.25º | 0.67% | 0.37% | - |
| XYZ | 6.55 | 9.23 | 11.33 | - |
| YUV | 75.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 91 | 0.67 | 0 | 0.04 | 0.63 | 176.25 | 0.51 | 0.25 |
| Hex | 1F | 5F | 5B | 43 | 0 | 4 | 3F | B0 | 33 | 19 |
| Octal | 37 | 137 | 133 | 103 | 0 | 4 | 77 | 260 | 63 | 31 |
| Binary | 11111 | 1011111 | 1011011 | 1000011 | 0 | 100 | 111111 | 10110000 | 110011 | 11001 |
Color Harmonies of #1F5F5B
Complementary color
Monochromatic Colors of #1F5F5B
Black with #1F5F5B
Text Example
Text Example
White with #1F5F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F5B; }
p { color: rgb(31,95,91); }
H1.HeaderClassName
{
color: #1F5F5B;
}
.AnyTagClassName
{
color: #1F5F5B;
}
</style>
background-color css
<style>
a { background-color: #1F5F5B; }
a { background-color: rgb(31,95,91); }
div.DivClassName
{
background-color: #1F5F5B;
}
.BgClassName
{
background-color: #1F5F5B;
}
</style>
border-color css
<style>
span { border-color: #1F5F5B; }
span { border-color: rgb(31,95,91); }
td.TdClassName
{
border-color: #1F5F5B;
}
.TagClassName
{
border-color: #1F5F5B;
}
</style>