Shades of Blue Stone #1F6667
Tints of Blue Stone #1F6667
RGB
CMYK
RGB Variations
Color information
#1F6667 (or 0x1F6667) is known color: Blue Stone. HEX triplet: 1F, 66 and 67. RGB value is (31,102,103). Sum of RGB (Red+Green+Blue) = 31+102+103=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F6667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6667 is #E09998. Grayscale: #505050. Windows color (decimal): -14719385 or 6776351. OLE color: 6776351.
HSL color Cylindrical-coordinate representation of color #1F6667: hue angle of 180.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 #1F6667 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 102 | 103 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.60 |
| HSL | 180.83º | 0.54% | 0.26% | - |
| HSV(B) | 180.83º | 0.7% | 0.4% | - |
| XYZ | 7.76 | 10.77 | 14.5 | - |
| YUV | 80.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 103 | 0.70 | 0.01 | 0 | 0.60 | 180.83 | 0.54 | 0.26 |
| Hex | 1F | 66 | 67 | 46 | 1 | 0 | 3C | B5 | 36 | 1A |
| Octal | 37 | 146 | 147 | 106 | 1 | 0 | 74 | 265 | 66 | 32 |
| Binary | 11111 | 1100110 | 1100111 | 1000110 | 1 | 0 | 111100 | 10110101 | 110110 | 11010 |
Color Harmonies of #1F6667
Complementary color
Monochromatic Colors of #1F6667
Black with #1F6667
Text Example
Text Example
White with #1F6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6667; }
p { color: rgb(31,102,103); }
H1.HeaderClassName
{
color: #1F6667;
}
.AnyTagClassName
{
color: #1F6667;
}
</style>
background-color css
<style>
a { background-color: #1F6667; }
a { background-color: rgb(31,102,103); }
div.DivClassName
{
background-color: #1F6667;
}
.BgClassName
{
background-color: #1F6667;
}
</style>
border-color css
<style>
span { border-color: #1F6667; }
span { border-color: rgb(31,102,103); }
td.TdClassName
{
border-color: #1F6667;
}
.TagClassName
{
border-color: #1F6667;
}
</style>