Shades of Blue Stone #1F6662
Tints of Blue Stone #1F6662
RGB
CMYK
RGB Variations
Color information
#1F6662 (or 0x1F6662) is known color: Blue Stone. HEX triplet: 1F, 66 and 62. RGB value is (31,102,98). Sum of RGB (Red+Green+Blue) = 31+102+98=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6662 is #E0999D. Grayscale: #505050. Windows color (decimal): -14719390 or 6448671. OLE color: 6448671.
HSL color Cylindrical-coordinate representation of color #1F6662: hue angle of 176.62º degrees, saturation: 0.53, 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 #1F6662 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 98 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.6 |
| HSL | 176.62º | 0.53% | 0.26% | - |
| HSV(B) | 176.62º | 0.7% | 0.4% | - |
| XYZ | 7.52 | 10.68 | 13.22 | - |
| YUV | 80.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 98 | 0.70 | 0 | 0.04 | 0.6 | 176.62 | 0.53 | 0.26 |
| Hex | 1F | 66 | 62 | 46 | 0 | 4 | 3C | B1 | 35 | 1A |
| Octal | 37 | 146 | 142 | 106 | 0 | 4 | 74 | 261 | 65 | 32 |
| Binary | 11111 | 1100110 | 1100010 | 1000110 | 0 | 100 | 111100 | 10110001 | 110101 | 11010 |
Color Harmonies of #1F6662
Complementary color
Monochromatic Colors of #1F6662
Black with #1F6662
Text Example
Text Example
White with #1F6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6662; }
p { color: rgb(31,102,98); }
H1.HeaderClassName
{
color: #1F6662;
}
.AnyTagClassName
{
color: #1F6662;
}
</style>
background-color css
<style>
a { background-color: #1F6662; }
a { background-color: rgb(31,102,98); }
div.DivClassName
{
background-color: #1F6662;
}
.BgClassName
{
background-color: #1F6662;
}
</style>
border-color css
<style>
span { border-color: #1F6662; }
span { border-color: rgb(31,102,98); }
td.TdClassName
{
border-color: #1F6662;
}
.TagClassName
{
border-color: #1F6662;
}
</style>