Shades of Blue Stone #1B6162
Tints of Blue Stone #1B6162
RGB
CMYK
RGB Variations
Color information
#1B6162 (or 0x1B6162) is known color: Blue Stone. HEX triplet: 1B, 61 and 62. RGB value is (27,97,98). Sum of RGB (Red+Green+Blue) = 27+97+98=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B6162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6162 is #E49E9D. Grayscale: #4C4C4C. Windows color (decimal): -14982814 or 6447387. OLE color: 6447387.
HSL color Cylindrical-coordinate representation of color #1B6162: hue angle of 180.85º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6162 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 97 | 98 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.62 |
| HSL | 180.85º | 0.57% | 0.25% | - |
| HSV(B) | 180.85º | 0.72% | 0.38% | - |
| XYZ | 6.93 | 9.66 | 13.06 | - |
| YUV | 76.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 98 | 0.72 | 0.01 | 0 | 0.62 | 180.85 | 0.57 | 0.25 |
| Hex | 1B | 61 | 62 | 48 | 1 | 0 | 3E | B5 | 39 | 19 |
| Octal | 33 | 141 | 142 | 110 | 1 | 0 | 76 | 265 | 71 | 31 |
| Binary | 11011 | 1100001 | 1100010 | 1001000 | 1 | 0 | 111110 | 10110101 | 111001 | 11001 |
Color Harmonies of #1B6162
Complementary color
Monochromatic Colors of #1B6162
Black with #1B6162
Text Example
Text Example
White with #1B6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6162; }
p { color: rgb(27,97,98); }
H1.HeaderClassName
{
color: #1B6162;
}
.AnyTagClassName
{
color: #1B6162;
}
</style>
background-color css
<style>
a { background-color: #1B6162; }
a { background-color: rgb(27,97,98); }
div.DivClassName
{
background-color: #1B6162;
}
.BgClassName
{
background-color: #1B6162;
}
</style>
border-color css
<style>
span { border-color: #1B6162; }
span { border-color: rgb(27,97,98); }
td.TdClassName
{
border-color: #1B6162;
}
.TagClassName
{
border-color: #1B6162;
}
</style>