Shades of Blue Stone #1B565B
Tints of Blue Stone #1B565B
RGB
CMYK
RGB Variations
Color information
#1B565B (or 0x1B565B) is known color: Blue Stone. HEX triplet: 1B, 56 and 5B. RGB value is (27,86,91). Sum of RGB (Red+Green+Blue) = 27+86+91=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B565B is #E4A9A4. Grayscale: #444444. Windows color (decimal): -14985637 or 5985819. OLE color: 5985819.
HSL color Cylindrical-coordinate representation of color #1B565B: hue angle of 184.69º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B565B is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 86 | 91 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.64 |
| HSL | 184.69º | 0.54% | 0.23% | - |
| HSV(B) | 184.69º | 0.7% | 0.36% | - |
| XYZ | 5.67 | 7.64 | 11.07 | - |
| YUV | 68.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 91 | 0.70 | 0.05 | 0 | 0.64 | 184.69 | 0.54 | 0.23 |
| Hex | 1B | 56 | 5B | 46 | 5 | 0 | 40 | B9 | 36 | 17 |
| Octal | 33 | 126 | 133 | 106 | 5 | 0 | 100 | 271 | 66 | 27 |
| Binary | 11011 | 1010110 | 1011011 | 1000110 | 101 | 0 | 1000000 | 10111001 | 110110 | 10111 |
Color Harmonies of #1B565B
Complementary color
Monochromatic Colors of #1B565B
Black with #1B565B
Text Example
Text Example
White with #1B565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B565B; }
p { color: rgb(27,86,91); }
H1.HeaderClassName
{
color: #1B565B;
}
.AnyTagClassName
{
color: #1B565B;
}
</style>
background-color css
<style>
a { background-color: #1B565B; }
a { background-color: rgb(27,86,91); }
div.DivClassName
{
background-color: #1B565B;
}
.BgClassName
{
background-color: #1B565B;
}
</style>
border-color css
<style>
span { border-color: #1B565B; }
span { border-color: rgb(27,86,91); }
td.TdClassName
{
border-color: #1B565B;
}
.TagClassName
{
border-color: #1B565B;
}
</style>