Shades of Blue Stone #1B636B
Tints of Blue Stone #1B636B
RGB
CMYK
RGB Variations
Color information
#1B636B (or 0x1B636B) is known color: Blue Stone. HEX triplet: 1B, 63 and 6B. RGB value is (27,99,107). Sum of RGB (Red+Green+Blue) = 27+99+107=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B636B is #E49C94. Grayscale: #4E4E4E. Windows color (decimal): -14982293 or 7037723. OLE color: 7037723.
HSL color Cylindrical-coordinate representation of color #1B636B: hue angle of 186º degrees, saturation: 0.6, 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 #1B636B is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 99 | 107 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.58 |
| HSL | 186º | 0.6% | 0.26% | - |
| HSV(B) | 186º | 0.75% | 0.42% | - |
| XYZ | 7.57 | 10.22 | 15.48 | - |
| YUV | 78.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 107 | 0.75 | 0.07 | 0 | 0.58 | 186 | 0.6 | 0.26 |
| Hex | 1B | 63 | 6B | 4B | 7 | 0 | 3A | BA | 3C | 1A |
| Octal | 33 | 143 | 153 | 113 | 7 | 0 | 72 | 272 | 74 | 32 |
| Binary | 11011 | 1100011 | 1101011 | 1001011 | 111 | 0 | 111010 | 10111010 | 111100 | 11010 |
Color Harmonies of #1B636B
Complementary color
Monochromatic Colors of #1B636B
Black with #1B636B
Text Example
Text Example
White with #1B636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B636B; }
p { color: rgb(27,99,107); }
H1.HeaderClassName
{
color: #1B636B;
}
.AnyTagClassName
{
color: #1B636B;
}
</style>
background-color css
<style>
a { background-color: #1B636B; }
a { background-color: rgb(27,99,107); }
div.DivClassName
{
background-color: #1B636B;
}
.BgClassName
{
background-color: #1B636B;
}
</style>
border-color css
<style>
span { border-color: #1B636B; }
span { border-color: rgb(27,99,107); }
td.TdClassName
{
border-color: #1B636B;
}
.TagClassName
{
border-color: #1B636B;
}
</style>