Shades of Blue Stone #1B615A
Tints of Blue Stone #1B615A
RGB
CMYK
RGB Variations
Color information
#1B615A (or 0x1B615A) is known color: Blue Stone. HEX triplet: 1B, 61 and 5A. RGB value is (27,97,90). Sum of RGB (Red+Green+Blue) = 27+97+90=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #1B615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B615A is #E49EA5. Grayscale: #4B4B4B. Windows color (decimal): -14982822 or 5923099. OLE color: 5923099.
HSL color Cylindrical-coordinate representation of color #1B615A: hue angle of 174º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B615A is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 97 | 90 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.62 |
| HSL | 174º | 0.56% | 0.24% | - |
| HSV(B) | 174º | 0.72% | 0.38% | - |
| XYZ | 6.57 | 9.52 | 11.16 | - |
| YUV | 75.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 90 | 0.72 | 0 | 0.07 | 0.62 | 174 | 0.56 | 0.24 |
| Hex | 1B | 61 | 5A | 48 | 0 | 7 | 3E | AE | 38 | 18 |
| Octal | 33 | 141 | 132 | 110 | 0 | 7 | 76 | 256 | 70 | 30 |
| Binary | 11011 | 1100001 | 1011010 | 1001000 | 0 | 111 | 111110 | 10101110 | 111000 | 11000 |
Color Harmonies of #1B615A
Complementary color
Monochromatic Colors of #1B615A
Black with #1B615A
Text Example
Text Example
White with #1B615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B615A; }
p { color: rgb(27,97,90); }
H1.HeaderClassName
{
color: #1B615A;
}
.AnyTagClassName
{
color: #1B615A;
}
</style>
background-color css
<style>
a { background-color: #1B615A; }
a { background-color: rgb(27,97,90); }
div.DivClassName
{
background-color: #1B615A;
}
.BgClassName
{
background-color: #1B615A;
}
</style>
border-color css
<style>
span { border-color: #1B615A; }
span { border-color: rgb(27,97,90); }
td.TdClassName
{
border-color: #1B615A;
}
.TagClassName
{
border-color: #1B615A;
}
</style>