Shades of Allports #165E74
Tints of Allports #165E74
RGB
CMYK
RGB Variations
Color information
#165E74 (or 0x165E74) is known color: Allports. HEX triplet: 16, 5E and 74. RGB value is (22,94,116). Sum of RGB (Red+Green+Blue) = 22+94+116=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #165E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E74 is #E9A18B. Grayscale: #4A4A4A. Windows color (decimal): -15311244 or 7626262. OLE color: 7626262.
HSL color Cylindrical-coordinate representation of color #165E74: hue angle of 194.04º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165E74 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 94 | 116 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.55 |
| HSL | 194.04º | 0.68% | 0.27% | - |
| HSV(B) | 194.04º | 0.81% | 0.45% | - |
| XYZ | 7.49 | 9.44 | 17.95 | - |
| YUV | 74.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 116 | 0.81 | 0.19 | 0 | 0.55 | 194.04 | 0.68 | 0.27 |
| Hex | 16 | 5E | 74 | 51 | 13 | 0 | 37 | C2 | 44 | 1B |
| Octal | 26 | 136 | 164 | 121 | 23 | 0 | 67 | 302 | 104 | 33 |
| Binary | 10110 | 1011110 | 1110100 | 1010001 | 10011 | 0 | 110111 | 11000010 | 1000100 | 11011 |
Color Harmonies of #165E74
Complementary color
Monochromatic Colors of #165E74
Black with #165E74
Text Example
Text Example
White with #165E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E74; }
p { color: rgb(22,94,116); }
H1.HeaderClassName
{
color: #165E74;
}
.AnyTagClassName
{
color: #165E74;
}
</style>
background-color css
<style>
a { background-color: #165E74; }
a { background-color: rgb(22,94,116); }
div.DivClassName
{
background-color: #165E74;
}
.BgClassName
{
background-color: #165E74;
}
</style>
border-color css
<style>
span { border-color: #165E74; }
span { border-color: rgb(22,94,116); }
td.TdClassName
{
border-color: #165E74;
}
.TagClassName
{
border-color: #165E74;
}
</style>