Shades of Blue Stone #1F6762
Tints of Blue Stone #1F6762
RGB
CMYK
RGB Variations
Color information
#1F6762 (or 0x1F6762) is known color: Blue Stone. HEX triplet: 1F, 67 and 62. RGB value is (31,103,98). Sum of RGB (Red+Green+Blue) = 31+103+98=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #1F6762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6762 is #E0989D. Grayscale: #505050. Windows color (decimal): -14719134 or 6448927. OLE color: 6448927.
HSL color Cylindrical-coordinate representation of color #1F6762: hue angle of 175.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6762 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 98 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.60 |
| HSL | 175.83º | 0.54% | 0.26% | - |
| HSV(B) | 175.83º | 0.7% | 0.4% | - |
| XYZ | 7.62 | 10.87 | 13.25 | - |
| YUV | 80.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 98 | 0.70 | 0 | 0.05 | 0.60 | 175.83 | 0.54 | 0.26 |
| Hex | 1F | 67 | 62 | 46 | 0 | 5 | 3C | B0 | 36 | 1A |
| Octal | 37 | 147 | 142 | 106 | 0 | 5 | 74 | 260 | 66 | 32 |
| Binary | 11111 | 1100111 | 1100010 | 1000110 | 0 | 101 | 111100 | 10110000 | 110110 | 11010 |
Color Harmonies of #1F6762
Complementary color
Monochromatic Colors of #1F6762
Black with #1F6762
Text Example
Text Example
White with #1F6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6762; }
p { color: rgb(31,103,98); }
H1.HeaderClassName
{
color: #1F6762;
}
.AnyTagClassName
{
color: #1F6762;
}
</style>
background-color css
<style>
a { background-color: #1F6762; }
a { background-color: rgb(31,103,98); }
div.DivClassName
{
background-color: #1F6762;
}
.BgClassName
{
background-color: #1F6762;
}
</style>
border-color css
<style>
span { border-color: #1F6762; }
span { border-color: rgb(31,103,98); }
td.TdClassName
{
border-color: #1F6762;
}
.TagClassName
{
border-color: #1F6762;
}
</style>