Shades of Blue Stone #1B5D6A
Tints of Blue Stone #1B5D6A
RGB
CMYK
RGB Variations
Color information
#1B5D6A (or 0x1B5D6A) is known color: Blue Stone. HEX triplet: 1B, 5D and 6A. RGB value is (27,93,106). Sum of RGB (Red+Green+Blue) = 27+93+106=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B5D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D6A is #E4A295. Grayscale: #4A4A4A. Windows color (decimal): -14983830 or 6970651. OLE color: 6970651.
HSL color Cylindrical-coordinate representation of color #1B5D6A: hue angle of 189.87º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B5D6A is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 93 | 106 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.58 |
| HSL | 189.87º | 0.59% | 0.26% | - |
| HSV(B) | 189.87º | 0.75% | 0.42% | - |
| XYZ | 6.97 | 9.1 | 15.03 | - |
| YUV | 74.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 106 | 0.75 | 0.12 | 0 | 0.58 | 189.87 | 0.59 | 0.26 |
| Hex | 1B | 5D | 6A | 4B | C | 0 | 3A | BE | 3B | 1A |
| Octal | 33 | 135 | 152 | 113 | 14 | 0 | 72 | 276 | 73 | 32 |
| Binary | 11011 | 1011101 | 1101010 | 1001011 | 1100 | 0 | 111010 | 10111110 | 111011 | 11010 |
Color Harmonies of #1B5D6A
Complementary color
Monochromatic Colors of #1B5D6A
Black with #1B5D6A
Text Example
Text Example
White with #1B5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D6A; }
p { color: rgb(27,93,106); }
H1.HeaderClassName
{
color: #1B5D6A;
}
.AnyTagClassName
{
color: #1B5D6A;
}
</style>
background-color css
<style>
a { background-color: #1B5D6A; }
a { background-color: rgb(27,93,106); }
div.DivClassName
{
background-color: #1B5D6A;
}
.BgClassName
{
background-color: #1B5D6A;
}
</style>
border-color css
<style>
span { border-color: #1B5D6A; }
span { border-color: rgb(27,93,106); }
td.TdClassName
{
border-color: #1B5D6A;
}
.TagClassName
{
border-color: #1B5D6A;
}
</style>