Shades of Blue Stone #1F565C
Tints of Blue Stone #1F565C
RGB
CMYK
RGB Variations
Color information
#1F565C (or 0x1F565C) is known color: Blue Stone. HEX triplet: 1F, 56 and 5C. RGB value is (31,86,92). Sum of RGB (Red+Green+Blue) = 31+86+92=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F565C is #E0A9A3. Grayscale: #464646. Windows color (decimal): -14723492 or 6051359. OLE color: 6051359.
HSL color Cylindrical-coordinate representation of color #1F565C: hue angle of 185.9º 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 #1F565C is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 86 | 92 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.64 |
| HSL | 185.9º | 0.5% | 0.24% | - |
| HSV(B) | 185.9º | 0.66% | 0.36% | - |
| XYZ | 5.82 | 7.72 | 11.31 | - |
| YUV | 70.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 92 | 0.66 | 0.07 | 0 | 0.64 | 185.9 | 0.5 | 0.24 |
| Hex | 1F | 56 | 5C | 42 | 7 | 0 | 40 | BA | 32 | 18 |
| Octal | 37 | 126 | 134 | 102 | 7 | 0 | 100 | 272 | 62 | 30 |
| Binary | 11111 | 1010110 | 1011100 | 1000010 | 111 | 0 | 1000000 | 10111010 | 110010 | 11000 |
Color Harmonies of #1F565C
Complementary color
Monochromatic Colors of #1F565C
Black with #1F565C
Text Example
Text Example
White with #1F565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F565C; }
p { color: rgb(31,86,92); }
H1.HeaderClassName
{
color: #1F565C;
}
.AnyTagClassName
{
color: #1F565C;
}
</style>
background-color css
<style>
a { background-color: #1F565C; }
a { background-color: rgb(31,86,92); }
div.DivClassName
{
background-color: #1F565C;
}
.BgClassName
{
background-color: #1F565C;
}
</style>
border-color css
<style>
span { border-color: #1F565C; }
span { border-color: rgb(31,86,92); }
td.TdClassName
{
border-color: #1F565C;
}
.TagClassName
{
border-color: #1F565C;
}
</style>