Shades of Orient #165B7A
Tints of Orient #165B7A
RGB
CMYK
RGB Variations
Color information
#165B7A (or 0x165B7A) is known color: Orient. HEX triplet: 16, 5B and 7A. RGB value is (22,91,122). Sum of RGB (Red+Green+Blue) = 22+91+122=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #165B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B7A is #E9A485. Grayscale: #494949. Windows color (decimal): -15312006 or 8018710. OLE color: 8018710.
HSL color Cylindrical-coordinate representation of color #165B7A: hue angle of 198.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165B7A is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 91 | 122 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.52 |
| HSL | 198.6º | 0.69% | 0.28% | - |
| HSV(B) | 198.6º | 0.82% | 0.48% | - |
| XYZ | 7.58 | 9.06 | 19.76 | - |
| YUV | 73.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 122 | 0.82 | 0.25 | 0 | 0.52 | 198.6 | 0.69 | 0.28 |
| Hex | 16 | 5B | 7A | 52 | 19 | 0 | 34 | C7 | 45 | 1C |
| Octal | 26 | 133 | 172 | 122 | 31 | 0 | 64 | 307 | 105 | 34 |
| Binary | 10110 | 1011011 | 1111010 | 1010010 | 11001 | 0 | 110100 | 11000111 | 1000101 | 11100 |
Color Harmonies of #165B7A
Complementary color
Monochromatic Colors of #165B7A
Black with #165B7A
Text Example
Text Example
White with #165B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B7A; }
p { color: rgb(22,91,122); }
H1.HeaderClassName
{
color: #165B7A;
}
.AnyTagClassName
{
color: #165B7A;
}
</style>
background-color css
<style>
a { background-color: #165B7A; }
a { background-color: rgb(22,91,122); }
div.DivClassName
{
background-color: #165B7A;
}
.BgClassName
{
background-color: #165B7A;
}
</style>
border-color css
<style>
span { border-color: #165B7A; }
span { border-color: rgb(22,91,122); }
td.TdClassName
{
border-color: #165B7A;
}
.TagClassName
{
border-color: #165B7A;
}
</style>