Shades of Blue Stone #165C6B
Tints of Blue Stone #165C6B
RGB
CMYK
RGB Variations
Color information
#165C6B (or 0x165C6B) is known color: Blue Stone. HEX triplet: 16, 5C and 6B. RGB value is (22,92,107). Sum of RGB (Red+Green+Blue) = 22+92+107=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #165C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C6B is #E9A394. Grayscale: #484848. Windows color (decimal): -15311765 or 7035926. OLE color: 7035926.
HSL color Cylindrical-coordinate representation of color #165C6B: hue angle of 190.59º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165C6B is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 92 | 107 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.58 |
| HSL | 190.59º | 0.66% | 0.25% | - |
| HSV(B) | 190.59º | 0.79% | 0.42% | - |
| XYZ | 6.81 | 8.89 | 15.27 | - |
| YUV | 72.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 107 | 0.79 | 0.14 | 0 | 0.58 | 190.59 | 0.66 | 0.25 |
| Hex | 16 | 5C | 6B | 4F | E | 0 | 3A | BF | 42 | 19 |
| Octal | 26 | 134 | 153 | 117 | 16 | 0 | 72 | 277 | 102 | 31 |
| Binary | 10110 | 1011100 | 1101011 | 1001111 | 1110 | 0 | 111010 | 10111111 | 1000010 | 11001 |
Color Harmonies of #165C6B
Complementary color
Monochromatic Colors of #165C6B
Black with #165C6B
Text Example
Text Example
White with #165C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C6B; }
p { color: rgb(22,92,107); }
H1.HeaderClassName
{
color: #165C6B;
}
.AnyTagClassName
{
color: #165C6B;
}
</style>
background-color css
<style>
a { background-color: #165C6B; }
a { background-color: rgb(22,92,107); }
div.DivClassName
{
background-color: #165C6B;
}
.BgClassName
{
background-color: #165C6B;
}
</style>
border-color css
<style>
span { border-color: #165C6B; }
span { border-color: rgb(22,92,107); }
td.TdClassName
{
border-color: #165C6B;
}
.TagClassName
{
border-color: #165C6B;
}
</style>