Shades of Blue Stone #1F6862
Tints of Blue Stone #1F6862
RGB
CMYK
RGB Variations
Color information
#1F6862 (or 0x1F6862) is known color: Blue Stone. HEX triplet: 1F, 68 and 62. RGB value is (31,104,98). Sum of RGB (Red+Green+Blue) = 31+104+98=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #1F6862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6862 is #E0979D. Grayscale: #515151. Windows color (decimal): -14718878 or 6449183. OLE color: 6449183.
HSL color Cylindrical-coordinate representation of color #1F6862: hue angle of 175.07º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6862 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 98 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.59 |
| HSL | 175.07º | 0.54% | 0.26% | - |
| HSV(B) | 175.07º | 0.7% | 0.41% | - |
| XYZ | 7.72 | 11.07 | 13.29 | - |
| YUV | 81.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 98 | 0.70 | 0 | 0.06 | 0.59 | 175.07 | 0.54 | 0.26 |
| Hex | 1F | 68 | 62 | 46 | 0 | 6 | 3B | AF | 36 | 1A |
| Octal | 37 | 150 | 142 | 106 | 0 | 6 | 73 | 257 | 66 | 32 |
| Binary | 11111 | 1101000 | 1100010 | 1000110 | 0 | 110 | 111011 | 10101111 | 110110 | 11010 |
Color Harmonies of #1F6862
Complementary color
Monochromatic Colors of #1F6862
Black with #1F6862
Text Example
Text Example
White with #1F6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6862; }
p { color: rgb(31,104,98); }
H1.HeaderClassName
{
color: #1F6862;
}
.AnyTagClassName
{
color: #1F6862;
}
</style>
background-color css
<style>
a { background-color: #1F6862; }
a { background-color: rgb(31,104,98); }
div.DivClassName
{
background-color: #1F6862;
}
.BgClassName
{
background-color: #1F6862;
}
</style>
border-color css
<style>
span { border-color: #1F6862; }
span { border-color: rgb(31,104,98); }
td.TdClassName
{
border-color: #1F6862;
}
.TagClassName
{
border-color: #1F6862;
}
</style>