Shades of Blue Stone #1F6665
Tints of Blue Stone #1F6665
RGB
CMYK
RGB Variations
Color information
#1F6665 (or 0x1F6665) is known color: Blue Stone. HEX triplet: 1F, 66 and 65. RGB value is (31,102,101). Sum of RGB (Red+Green+Blue) = 31+102+101=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6665 is #E0999A. Grayscale: #505050. Windows color (decimal): -14719387 or 6645279. OLE color: 6645279.
HSL color Cylindrical-coordinate representation of color #1F6665: hue angle of 179.15º 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 #1F6665 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 101 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.6 |
| HSL | 179.15º | 0.53% | 0.26% | - |
| HSV(B) | 179.15º | 0.7% | 0.4% | - |
| XYZ | 7.67 | 10.73 | 13.98 | - |
| YUV | 80.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 101 | 0.70 | 0 | 0.01 | 0.6 | 179.15 | 0.53 | 0.26 |
| Hex | 1F | 66 | 65 | 46 | 0 | 1 | 3C | B3 | 35 | 1A |
| Octal | 37 | 146 | 145 | 106 | 0 | 1 | 74 | 263 | 65 | 32 |
| Binary | 11111 | 1100110 | 1100101 | 1000110 | 0 | 1 | 111100 | 10110011 | 110101 | 11010 |
Color Harmonies of #1F6665
Complementary color
Monochromatic Colors of #1F6665
Black with #1F6665
Text Example
Text Example
White with #1F6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6665; }
p { color: rgb(31,102,101); }
H1.HeaderClassName
{
color: #1F6665;
}
.AnyTagClassName
{
color: #1F6665;
}
</style>
background-color css
<style>
a { background-color: #1F6665; }
a { background-color: rgb(31,102,101); }
div.DivClassName
{
background-color: #1F6665;
}
.BgClassName
{
background-color: #1F6665;
}
</style>
border-color css
<style>
span { border-color: #1F6665; }
span { border-color: rgb(31,102,101); }
td.TdClassName
{
border-color: #1F6665;
}
.TagClassName
{
border-color: #1F6665;
}
</style>