Shades of Blue Stone #1F6863
Tints of Blue Stone #1F6863
RGB
CMYK
RGB Variations
Color information
#1F6863 (or 0x1F6863) is known color: Blue Stone. HEX triplet: 1F, 68 and 63. RGB value is (31,104,99). Sum of RGB (Red+Green+Blue) = 31+104+99=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #1F6863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6863 is #E0979C. Grayscale: #515151. Windows color (decimal): -14718877 or 6514719. OLE color: 6514719.
HSL color Cylindrical-coordinate representation of color #1F6863: hue angle of 175.89º 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 #1F6863 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 99 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.59 |
| HSL | 175.89º | 0.54% | 0.26% | - |
| HSV(B) | 175.89º | 0.7% | 0.41% | - |
| XYZ | 7.77 | 11.09 | 13.54 | - |
| YUV | 81.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 99 | 0.70 | 0 | 0.05 | 0.59 | 175.89 | 0.54 | 0.26 |
| Hex | 1F | 68 | 63 | 46 | 0 | 5 | 3B | B0 | 36 | 1A |
| Octal | 37 | 150 | 143 | 106 | 0 | 5 | 73 | 260 | 66 | 32 |
| Binary | 11111 | 1101000 | 1100011 | 1000110 | 0 | 101 | 111011 | 10110000 | 110110 | 11010 |
Color Harmonies of #1F6863
Complementary color
Monochromatic Colors of #1F6863
Black with #1F6863
Text Example
Text Example
White with #1F6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6863; }
p { color: rgb(31,104,99); }
H1.HeaderClassName
{
color: #1F6863;
}
.AnyTagClassName
{
color: #1F6863;
}
</style>
background-color css
<style>
a { background-color: #1F6863; }
a { background-color: rgb(31,104,99); }
div.DivClassName
{
background-color: #1F6863;
}
.BgClassName
{
background-color: #1F6863;
}
</style>
border-color css
<style>
span { border-color: #1F6863; }
span { border-color: rgb(31,104,99); }
td.TdClassName
{
border-color: #1F6863;
}
.TagClassName
{
border-color: #1F6863;
}
</style>