Shades of Blue Stone #155F6B
Tints of Blue Stone #155F6B
RGB
CMYK
RGB Variations
Color information
#155F6B (or 0x155F6B) is known color: Blue Stone. HEX triplet: 15, 5F and 6B. RGB value is (21,95,107). Sum of RGB (Red+Green+Blue) = 21+95+107=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #155F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F6B is #EAA094. Grayscale: #4A4A4A. Windows color (decimal): -15376533 or 7036693. OLE color: 7036693.
HSL color Cylindrical-coordinate representation of color #155F6B: hue angle of 188.37º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155F6B is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 95 | 107 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.58 |
| HSL | 188.37º | 0.67% | 0.25% | - |
| HSV(B) | 188.37º | 0.8% | 0.42% | - |
| XYZ | 7.06 | 9.41 | 15.35 | - |
| YUV | 74.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 107 | 0.80 | 0.11 | 0 | 0.58 | 188.37 | 0.67 | 0.25 |
| Hex | 15 | 5F | 6B | 50 | B | 0 | 3A | BC | 43 | 19 |
| Octal | 25 | 137 | 153 | 120 | 13 | 0 | 72 | 274 | 103 | 31 |
| Binary | 10101 | 1011111 | 1101011 | 1010000 | 1011 | 0 | 111010 | 10111100 | 1000011 | 11001 |
Color Harmonies of #155F6B
Complementary color
Monochromatic Colors of #155F6B
Black with #155F6B
Text Example
Text Example
White with #155F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F6B; }
p { color: rgb(21,95,107); }
H1.HeaderClassName
{
color: #155F6B;
}
.AnyTagClassName
{
color: #155F6B;
}
</style>
background-color css
<style>
a { background-color: #155F6B; }
a { background-color: rgb(21,95,107); }
div.DivClassName
{
background-color: #155F6B;
}
.BgClassName
{
background-color: #155F6B;
}
</style>
border-color css
<style>
span { border-color: #155F6B; }
span { border-color: rgb(21,95,107); }
td.TdClassName
{
border-color: #155F6B;
}
.TagClassName
{
border-color: #155F6B;
}
</style>