Shades of Blue Stone #1B616B
Tints of Blue Stone #1B616B
RGB
CMYK
RGB Variations
Color information
#1B616B (or 0x1B616B) is known color: Blue Stone. HEX triplet: 1B, 61 and 6B. RGB value is (27,97,107). Sum of RGB (Red+Green+Blue) = 27+97+107=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B616B is #E49E94. Grayscale: #4D4D4D. Windows color (decimal): -14982805 or 7037211. OLE color: 7037211.
HSL color Cylindrical-coordinate representation of color #1B616B: hue angle of 187.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B616B is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 97 | 107 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.58 |
| HSL | 187.5º | 0.6% | 0.26% | - |
| HSV(B) | 187.5º | 0.75% | 0.42% | - |
| XYZ | 7.38 | 9.84 | 15.42 | - |
| YUV | 77.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 107 | 0.75 | 0.09 | 0 | 0.58 | 187.5 | 0.6 | 0.26 |
| Hex | 1B | 61 | 6B | 4B | 9 | 0 | 3A | BC | 3C | 1A |
| Octal | 33 | 141 | 153 | 113 | 11 | 0 | 72 | 274 | 74 | 32 |
| Binary | 11011 | 1100001 | 1101011 | 1001011 | 1001 | 0 | 111010 | 10111100 | 111100 | 11010 |
Color Harmonies of #1B616B
Complementary color
Monochromatic Colors of #1B616B
Black with #1B616B
Text Example
Text Example
White with #1B616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B616B; }
p { color: rgb(27,97,107); }
H1.HeaderClassName
{
color: #1B616B;
}
.AnyTagClassName
{
color: #1B616B;
}
</style>
background-color css
<style>
a { background-color: #1B616B; }
a { background-color: rgb(27,97,107); }
div.DivClassName
{
background-color: #1B616B;
}
.BgClassName
{
background-color: #1B616B;
}
</style>
border-color css
<style>
span { border-color: #1B616B; }
span { border-color: rgb(27,97,107); }
td.TdClassName
{
border-color: #1B616B;
}
.TagClassName
{
border-color: #1B616B;
}
</style>