Shades of Blue Stone #1B6568
Tints of Blue Stone #1B6568
RGB
CMYK
RGB Variations
Color information
#1B6568 (or 0x1B6568) is known color: Blue Stone. HEX triplet: 1B, 65 and 68. RGB value is (27,101,104). Sum of RGB (Red+Green+Blue) = 27+101+104=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B6568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6568 is #E49A97. Grayscale: #4F4F4F. Windows color (decimal): -14981784 or 6841627. OLE color: 6841627.
HSL color Cylindrical-coordinate representation of color #1B6568: hue angle of 182.34º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6568 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 101 | 104 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.59 |
| HSL | 182.34º | 0.59% | 0.26% | - |
| HSV(B) | 182.34º | 0.74% | 0.41% | - |
| XYZ | 7.6 | 10.54 | 14.73 | - |
| YUV | 79.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 104 | 0.74 | 0.03 | 0 | 0.59 | 182.34 | 0.59 | 0.26 |
| Hex | 1B | 65 | 68 | 4A | 3 | 0 | 3B | B6 | 3B | 1A |
| Octal | 33 | 145 | 150 | 112 | 3 | 0 | 73 | 266 | 73 | 32 |
| Binary | 11011 | 1100101 | 1101000 | 1001010 | 11 | 0 | 111011 | 10110110 | 111011 | 11010 |
Color Harmonies of #1B6568
Complementary color
Monochromatic Colors of #1B6568
Black with #1B6568
Text Example
Text Example
White with #1B6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6568; }
p { color: rgb(27,101,104); }
H1.HeaderClassName
{
color: #1B6568;
}
.AnyTagClassName
{
color: #1B6568;
}
</style>
background-color css
<style>
a { background-color: #1B6568; }
a { background-color: rgb(27,101,104); }
div.DivClassName
{
background-color: #1B6568;
}
.BgClassName
{
background-color: #1B6568;
}
</style>
border-color css
<style>
span { border-color: #1B6568; }
span { border-color: rgb(27,101,104); }
td.TdClassName
{
border-color: #1B6568;
}
.TagClassName
{
border-color: #1B6568;
}
</style>