Shades of Blue Stone #1B6766
Tints of Blue Stone #1B6766
RGB
CMYK
RGB Variations
Color information
#1B6766 (or 0x1B6766) is known color: Blue Stone. HEX triplet: 1B, 67 and 66. RGB value is (27,103,102). Sum of RGB (Red+Green+Blue) = 27+103+102=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #1B6766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6766 is #E49899. Grayscale: #505050. Windows color (decimal): -14981274 or 6711067. OLE color: 6711067.
HSL color Cylindrical-coordinate representation of color #1B6766: hue angle of 179.21º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6766 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 102 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.60 |
| HSL | 179.21º | 0.58% | 0.25% | - |
| HSV(B) | 179.21º | 0.74% | 0.4% | - |
| XYZ | 7.7 | 10.89 | 14.27 | - |
| YUV | 80.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 102 | 0.74 | 0 | 0.01 | 0.60 | 179.21 | 0.58 | 0.25 |
| Hex | 1B | 67 | 66 | 4A | 0 | 1 | 3C | B3 | 3A | 19 |
| Octal | 33 | 147 | 146 | 112 | 0 | 1 | 74 | 263 | 72 | 31 |
| Binary | 11011 | 1100111 | 1100110 | 1001010 | 0 | 1 | 111100 | 10110011 | 111010 | 11001 |
Color Harmonies of #1B6766
Complementary color
Monochromatic Colors of #1B6766
Black with #1B6766
Text Example
Text Example
White with #1B6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6766; }
p { color: rgb(27,103,102); }
H1.HeaderClassName
{
color: #1B6766;
}
.AnyTagClassName
{
color: #1B6766;
}
</style>
background-color css
<style>
a { background-color: #1B6766; }
a { background-color: rgb(27,103,102); }
div.DivClassName
{
background-color: #1B6766;
}
.BgClassName
{
background-color: #1B6766;
}
</style>
border-color css
<style>
span { border-color: #1B6766; }
span { border-color: rgb(27,103,102); }
td.TdClassName
{
border-color: #1B6766;
}
.TagClassName
{
border-color: #1B6766;
}
</style>