Shades of Blue Stone #1F6663
Tints of Blue Stone #1F6663
RGB
CMYK
RGB Variations
Color information
#1F6663 (or 0x1F6663) is known color: Blue Stone. HEX triplet: 1F, 66 and 63. RGB value is (31,102,99). Sum of RGB (Red+Green+Blue) = 31+102+99=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6663 is #E0999C. Grayscale: #505050. Windows color (decimal): -14719389 or 6514207. OLE color: 6514207.
HSL color Cylindrical-coordinate representation of color #1F6663: hue angle of 177.46º 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 #1F6663 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 99 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.6 |
| HSL | 177.46º | 0.53% | 0.26% | - |
| HSV(B) | 177.46º | 0.7% | 0.4% | - |
| XYZ | 7.57 | 10.69 | 13.47 | - |
| YUV | 80.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 99 | 0.70 | 0 | 0.03 | 0.6 | 177.46 | 0.53 | 0.26 |
| Hex | 1F | 66 | 63 | 46 | 0 | 3 | 3C | B1 | 35 | 1A |
| Octal | 37 | 146 | 143 | 106 | 0 | 3 | 74 | 261 | 65 | 32 |
| Binary | 11111 | 1100110 | 1100011 | 1000110 | 0 | 11 | 111100 | 10110001 | 110101 | 11010 |
Color Harmonies of #1F6663
Complementary color
Monochromatic Colors of #1F6663
Black with #1F6663
Text Example
Text Example
White with #1F6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6663; }
p { color: rgb(31,102,99); }
H1.HeaderClassName
{
color: #1F6663;
}
.AnyTagClassName
{
color: #1F6663;
}
</style>
background-color css
<style>
a { background-color: #1F6663; }
a { background-color: rgb(31,102,99); }
div.DivClassName
{
background-color: #1F6663;
}
.BgClassName
{
background-color: #1F6663;
}
</style>
border-color css
<style>
span { border-color: #1F6663; }
span { border-color: rgb(31,102,99); }
td.TdClassName
{
border-color: #1F6663;
}
.TagClassName
{
border-color: #1F6663;
}
</style>