Shades of Blue Stone #1B726C
Tints of Blue Stone #1B726C
RGB
CMYK
RGB Variations
Color information
#1B726C (or 0x1B726C) is known color: Blue Stone. HEX triplet: 1B, 72 and 6C. RGB value is (27,114,108). Sum of RGB (Red+Green+Blue) = 27+114+108=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #1B726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B726C is #E48D93. Grayscale: #575757. Windows color (decimal): -14978452 or 7107099. OLE color: 7107099.
HSL color Cylindrical-coordinate representation of color #1B726C: hue angle of 175.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B726C is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 108 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.55 |
| HSL | 175.86º | 0.62% | 0.28% | - |
| HSV(B) | 175.86º | 0.76% | 0.45% | - |
| XYZ | 9.18 | 13.35 | 16.28 | - |
| YUV | 87.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 108 | 0.76 | 0 | 0.05 | 0.55 | 175.86 | 0.62 | 0.28 |
| Hex | 1B | 72 | 6C | 4C | 0 | 5 | 37 | B0 | 3E | 1C |
| Octal | 33 | 162 | 154 | 114 | 0 | 5 | 67 | 260 | 76 | 34 |
| Binary | 11011 | 1110010 | 1101100 | 1001100 | 0 | 101 | 110111 | 10110000 | 111110 | 11100 |
Color Harmonies of #1B726C
Complementary color
Monochromatic Colors of #1B726C
Black with #1B726C
Text Example
Text Example
White with #1B726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B726C; }
p { color: rgb(27,114,108); }
H1.HeaderClassName
{
color: #1B726C;
}
.AnyTagClassName
{
color: #1B726C;
}
</style>
background-color css
<style>
a { background-color: #1B726C; }
a { background-color: rgb(27,114,108); }
div.DivClassName
{
background-color: #1B726C;
}
.BgClassName
{
background-color: #1B726C;
}
</style>
border-color css
<style>
span { border-color: #1B726C; }
span { border-color: rgb(27,114,108); }
td.TdClassName
{
border-color: #1B726C;
}
.TagClassName
{
border-color: #1B726C;
}
</style>