Shades of Allports #165E6F
Tints of Allports #165E6F
RGB
CMYK
RGB Variations
Color information
#165E6F (or 0x165E6F) is known color: Allports. HEX triplet: 16, 5E and 6F. RGB value is (22,94,111). Sum of RGB (Red+Green+Blue) = 22+94+111=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #165E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E6F is #E9A190. Grayscale: #4A4A4A. Windows color (decimal): -15311249 or 7298582. OLE color: 7298582.
HSL color Cylindrical-coordinate representation of color #165E6F: hue angle of 191.46º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165E6F is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 94 | 111 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.56 |
| HSL | 191.46º | 0.67% | 0.26% | - |
| HSV(B) | 191.46º | 0.8% | 0.44% | - |
| XYZ | 7.2 | 9.32 | 16.46 | - |
| YUV | 74.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 111 | 0.80 | 0.15 | 0 | 0.56 | 191.46 | 0.67 | 0.26 |
| Hex | 16 | 5E | 6F | 50 | F | 0 | 38 | BF | 43 | 1A |
| Octal | 26 | 136 | 157 | 120 | 17 | 0 | 70 | 277 | 103 | 32 |
| Binary | 10110 | 1011110 | 1101111 | 1010000 | 1111 | 0 | 111000 | 10111111 | 1000011 | 11010 |
Color Harmonies of #165E6F
Complementary color
Monochromatic Colors of #165E6F
Black with #165E6F
Text Example
Text Example
White with #165E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E6F; }
p { color: rgb(22,94,111); }
H1.HeaderClassName
{
color: #165E6F;
}
.AnyTagClassName
{
color: #165E6F;
}
</style>
background-color css
<style>
a { background-color: #165E6F; }
a { background-color: rgb(22,94,111); }
div.DivClassName
{
background-color: #165E6F;
}
.BgClassName
{
background-color: #165E6F;
}
</style>
border-color css
<style>
span { border-color: #165E6F; }
span { border-color: rgb(22,94,111); }
td.TdClassName
{
border-color: #165E6F;
}
.TagClassName
{
border-color: #165E6F;
}
</style>