Shades of Orient #165B7B
Tints of Orient #165B7B
RGB
CMYK
RGB Variations
Color information
#165B7B (or 0x165B7B) is known color: Orient. HEX triplet: 16, 5B and 7B. RGB value is (22,91,123). Sum of RGB (Red+Green+Blue) = 22+91+123=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #165B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B7B is #E9A484. Grayscale: #494949. Windows color (decimal): -15312005 or 8084246. OLE color: 8084246.
HSL color Cylindrical-coordinate representation of color #165B7B: hue angle of 199.01º degrees, saturation: 0.7, 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 #165B7B is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 91 | 123 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.52 |
| HSL | 199.01º | 0.7% | 0.28% | - |
| HSV(B) | 199.01º | 0.82% | 0.48% | - |
| XYZ | 7.65 | 9.08 | 20.09 | - |
| YUV | 74.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 123 | 0.82 | 0.26 | 0 | 0.52 | 199.01 | 0.7 | 0.28 |
| Hex | 16 | 5B | 7B | 52 | 1A | 0 | 34 | C7 | 46 | 1C |
| Octal | 26 | 133 | 173 | 122 | 32 | 0 | 64 | 307 | 106 | 34 |
| Binary | 10110 | 1011011 | 1111011 | 1010010 | 11010 | 0 | 110100 | 11000111 | 1000110 | 11100 |
Color Harmonies of #165B7B
Complementary color
Monochromatic Colors of #165B7B
Black with #165B7B
Text Example
Text Example
White with #165B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B7B; }
p { color: rgb(22,91,123); }
H1.HeaderClassName
{
color: #165B7B;
}
.AnyTagClassName
{
color: #165B7B;
}
</style>
background-color css
<style>
a { background-color: #165B7B; }
a { background-color: rgb(22,91,123); }
div.DivClassName
{
background-color: #165B7B;
}
.BgClassName
{
background-color: #165B7B;
}
</style>
border-color css
<style>
span { border-color: #165B7B; }
span { border-color: rgb(22,91,123); }
td.TdClassName
{
border-color: #165B7B;
}
.TagClassName
{
border-color: #165B7B;
}
</style>