Shades of Blue Stone #1B675B
Tints of Blue Stone #1B675B
RGB
CMYK
RGB Variations
Color information
#1B675B (or 0x1B675B) is known color: Blue Stone. HEX triplet: 1B, 67 and 5B. RGB value is (27,103,91). Sum of RGB (Red+Green+Blue) = 27+103+91=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #1B675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B675B is #E498A4. Grayscale: #4E4E4E. Windows color (decimal): -14981285 or 5990171. OLE color: 5990171.
HSL color Cylindrical-coordinate representation of color #1B675B: hue angle of 170.53º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B675B is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 91 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.60 |
| HSL | 170.53º | 0.58% | 0.25% | - |
| HSV(B) | 170.53º | 0.74% | 0.4% | - |
| XYZ | 7.19 | 10.69 | 11.58 | - |
| YUV | 78.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 91 | 0.74 | 0 | 0.12 | 0.60 | 170.53 | 0.58 | 0.25 |
| Hex | 1B | 67 | 5B | 4A | 0 | C | 3C | AB | 3A | 19 |
| Octal | 33 | 147 | 133 | 112 | 0 | 14 | 74 | 253 | 72 | 31 |
| Binary | 11011 | 1100111 | 1011011 | 1001010 | 0 | 1100 | 111100 | 10101011 | 111010 | 11001 |
Color Harmonies of #1B675B
Complementary color
Monochromatic Colors of #1B675B
Black with #1B675B
Text Example
Text Example
White with #1B675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B675B; }
p { color: rgb(27,103,91); }
H1.HeaderClassName
{
color: #1B675B;
}
.AnyTagClassName
{
color: #1B675B;
}
</style>
background-color css
<style>
a { background-color: #1B675B; }
a { background-color: rgb(27,103,91); }
div.DivClassName
{
background-color: #1B675B;
}
.BgClassName
{
background-color: #1B675B;
}
</style>
border-color css
<style>
span { border-color: #1B675B; }
span { border-color: rgb(27,103,91); }
td.TdClassName
{
border-color: #1B675B;
}
.TagClassName
{
border-color: #1B675B;
}
</style>