Shades of Blue Stone #165E69
Tints of Blue Stone #165E69
RGB
CMYK
RGB Variations
Color information
#165E69 (or 0x165E69) is known color: Blue Stone. HEX triplet: 16, 5E and 69. RGB value is (22,94,105). Sum of RGB (Red+Green+Blue) = 22+94+105=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #165E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E69 is #E9A196. Grayscale: #494949. Windows color (decimal): -15311255 or 6905366. OLE color: 6905366.
HSL color Cylindrical-coordinate representation of color #165E69: hue angle of 187.95º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165E69 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 94 | 105 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.59 |
| HSL | 187.95º | 0.65% | 0.25% | - |
| HSV(B) | 187.95º | 0.79% | 0.41% | - |
| XYZ | 6.88 | 9.2 | 14.78 | - |
| YUV | 73.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 105 | 0.79 | 0.10 | 0 | 0.59 | 187.95 | 0.65 | 0.25 |
| Hex | 16 | 5E | 69 | 4F | A | 0 | 3B | BC | 41 | 19 |
| Octal | 26 | 136 | 151 | 117 | 12 | 0 | 73 | 274 | 101 | 31 |
| Binary | 10110 | 1011110 | 1101001 | 1001111 | 1010 | 0 | 111011 | 10111100 | 1000001 | 11001 |
Color Harmonies of #165E69
Complementary color
Monochromatic Colors of #165E69
Black with #165E69
Text Example
Text Example
White with #165E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E69; }
p { color: rgb(22,94,105); }
H1.HeaderClassName
{
color: #165E69;
}
.AnyTagClassName
{
color: #165E69;
}
</style>
background-color css
<style>
a { background-color: #165E69; }
a { background-color: rgb(22,94,105); }
div.DivClassName
{
background-color: #165E69;
}
.BgClassName
{
background-color: #165E69;
}
</style>
border-color css
<style>
span { border-color: #165E69; }
span { border-color: rgb(22,94,105); }
td.TdClassName
{
border-color: #165E69;
}
.TagClassName
{
border-color: #165E69;
}
</style>