Shades of Blue Stone #1F5B5C
Tints of Blue Stone #1F5B5C
RGB
CMYK
RGB Variations
Color information
#1F5B5C (or 0x1F5B5C) is known color: Blue Stone. HEX triplet: 1F, 5B and 5C. RGB value is (31,91,92). Sum of RGB (Red+Green+Blue) = 31+91+92=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F5B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B5C is #E0A4A3. Grayscale: #494949. Windows color (decimal): -14722212 or 6052639. OLE color: 6052639.
HSL color Cylindrical-coordinate representation of color #1F5B5C: hue angle of 180.98º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B5C is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 92 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.64 |
| HSL | 180.98º | 0.5% | 0.24% | - |
| HSV(B) | 180.98º | 0.66% | 0.36% | - |
| XYZ | 6.24 | 8.55 | 11.45 | - |
| YUV | 73.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 92 | 0.66 | 0.01 | 0 | 0.64 | 180.98 | 0.5 | 0.24 |
| Hex | 1F | 5B | 5C | 42 | 1 | 0 | 40 | B5 | 32 | 18 |
| Octal | 37 | 133 | 134 | 102 | 1 | 0 | 100 | 265 | 62 | 30 |
| Binary | 11111 | 1011011 | 1011100 | 1000010 | 1 | 0 | 1000000 | 10110101 | 110010 | 11000 |
Color Harmonies of #1F5B5C
Complementary color
Monochromatic Colors of #1F5B5C
Black with #1F5B5C
Text Example
Text Example
White with #1F5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B5C; }
p { color: rgb(31,91,92); }
H1.HeaderClassName
{
color: #1F5B5C;
}
.AnyTagClassName
{
color: #1F5B5C;
}
</style>
background-color css
<style>
a { background-color: #1F5B5C; }
a { background-color: rgb(31,91,92); }
div.DivClassName
{
background-color: #1F5B5C;
}
.BgClassName
{
background-color: #1F5B5C;
}
</style>
border-color css
<style>
span { border-color: #1F5B5C; }
span { border-color: rgb(31,91,92); }
td.TdClassName
{
border-color: #1F5B5C;
}
.TagClassName
{
border-color: #1F5B5C;
}
</style>