Shades of Blue Stone #1B726B
Tints of Blue Stone #1B726B
RGB
CMYK
RGB Variations
Color information
#1B726B (or 0x1B726B) is known color: Blue Stone. HEX triplet: 1B, 72 and 6B. RGB value is (27,114,107). Sum of RGB (Red+Green+Blue) = 27+114+107=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #1B726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B726B is #E48D94. Grayscale: #575757. Windows color (decimal): -14978453 or 7041563. OLE color: 7041563.
HSL color Cylindrical-coordinate representation of color #1B726B: hue angle of 175.17º 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 #1B726B is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 107 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.55 |
| HSL | 175.17º | 0.62% | 0.28% | - |
| HSV(B) | 175.17º | 0.76% | 0.45% | - |
| XYZ | 9.12 | 13.33 | 16 | - |
| YUV | 87.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 107 | 0.76 | 0 | 0.06 | 0.55 | 175.17 | 0.62 | 0.28 |
| Hex | 1B | 72 | 6B | 4C | 0 | 6 | 37 | AF | 3E | 1C |
| Octal | 33 | 162 | 153 | 114 | 0 | 6 | 67 | 257 | 76 | 34 |
| Binary | 11011 | 1110010 | 1101011 | 1001100 | 0 | 110 | 110111 | 10101111 | 111110 | 11100 |
Color Harmonies of #1B726B
Complementary color
Monochromatic Colors of #1B726B
Black with #1B726B
Text Example
Text Example
White with #1B726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B726B; }
p { color: rgb(27,114,107); }
H1.HeaderClassName
{
color: #1B726B;
}
.AnyTagClassName
{
color: #1B726B;
}
</style>
background-color css
<style>
a { background-color: #1B726B; }
a { background-color: rgb(27,114,107); }
div.DivClassName
{
background-color: #1B726B;
}
.BgClassName
{
background-color: #1B726B;
}
</style>
border-color css
<style>
span { border-color: #1B726B; }
span { border-color: rgb(27,114,107); }
td.TdClassName
{
border-color: #1B726B;
}
.TagClassName
{
border-color: #1B726B;
}
</style>