Shades of Orient #165C7D
Tints of Orient #165C7D
RGB
CMYK
RGB Variations
Color information
#165C7D (or 0x165C7D) is known color: Orient. HEX triplet: 16, 5C and 7D. RGB value is (22,92,125). Sum of RGB (Red+Green+Blue) = 22+92+125=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #165C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C7D is #E9A382. Grayscale: #4A4A4A. Windows color (decimal): -15311747 or 8215574. OLE color: 8215574.
HSL color Cylindrical-coordinate representation of color #165C7D: hue angle of 199.22º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165C7D is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 92 | 125 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.51 |
| HSL | 199.22º | 0.7% | 0.29% | - |
| HSV(B) | 199.22º | 0.82% | 0.49% | - |
| XYZ | 7.86 | 9.31 | 20.78 | - |
| YUV | 74.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 125 | 0.82 | 0.26 | 0 | 0.51 | 199.22 | 0.7 | 0.29 |
| Hex | 16 | 5C | 7D | 52 | 1A | 0 | 33 | C7 | 46 | 1D |
| Octal | 26 | 134 | 175 | 122 | 32 | 0 | 63 | 307 | 106 | 35 |
| Binary | 10110 | 1011100 | 1111101 | 1010010 | 11010 | 0 | 110011 | 11000111 | 1000110 | 11101 |
Color Harmonies of #165C7D
Complementary color
Monochromatic Colors of #165C7D
Black with #165C7D
Text Example
Text Example
White with #165C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C7D; }
p { color: rgb(22,92,125); }
H1.HeaderClassName
{
color: #165C7D;
}
.AnyTagClassName
{
color: #165C7D;
}
</style>
background-color css
<style>
a { background-color: #165C7D; }
a { background-color: rgb(22,92,125); }
div.DivClassName
{
background-color: #165C7D;
}
.BgClassName
{
background-color: #165C7D;
}
</style>
border-color css
<style>
span { border-color: #165C7D; }
span { border-color: rgb(22,92,125); }
td.TdClassName
{
border-color: #165C7D;
}
.TagClassName
{
border-color: #165C7D;
}
</style>