Shades of Blue Stone #1B665B
Tints of Blue Stone #1B665B
RGB
CMYK
RGB Variations
Color information
#1B665B (or 0x1B665B) is known color: Blue Stone. HEX triplet: 1B, 66 and 5B. RGB value is (27,102,91). Sum of RGB (Red+Green+Blue) = 27+102+91=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #1B665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B665B is #E499A4. Grayscale: #4E4E4E. Windows color (decimal): -14981541 or 5989915. OLE color: 5989915.
HSL color Cylindrical-coordinate representation of color #1B665B: hue angle of 171.2º 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 #1B665B is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 102 | 91 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.6 |
| HSL | 171.2º | 0.58% | 0.25% | - |
| HSV(B) | 171.2º | 0.74% | 0.4% | - |
| XYZ | 7.09 | 10.49 | 11.55 | - |
| YUV | 78.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 91 | 0.74 | 0 | 0.11 | 0.6 | 171.2 | 0.58 | 0.25 |
| Hex | 1B | 66 | 5B | 4A | 0 | B | 3C | AB | 3A | 19 |
| Octal | 33 | 146 | 133 | 112 | 0 | 13 | 74 | 253 | 72 | 31 |
| Binary | 11011 | 1100110 | 1011011 | 1001010 | 0 | 1011 | 111100 | 10101011 | 111010 | 11001 |
Color Harmonies of #1B665B
Complementary color
Monochromatic Colors of #1B665B
Black with #1B665B
Text Example
Text Example
White with #1B665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B665B; }
p { color: rgb(27,102,91); }
H1.HeaderClassName
{
color: #1B665B;
}
.AnyTagClassName
{
color: #1B665B;
}
</style>
background-color css
<style>
a { background-color: #1B665B; }
a { background-color: rgb(27,102,91); }
div.DivClassName
{
background-color: #1B665B;
}
.BgClassName
{
background-color: #1B665B;
}
</style>
border-color css
<style>
span { border-color: #1B665B; }
span { border-color: rgb(27,102,91); }
td.TdClassName
{
border-color: #1B665B;
}
.TagClassName
{
border-color: #1B665B;
}
</style>