Shades of Orient #165C72
Tints of Orient #165C72
RGB
CMYK
RGB Variations
Color information
#165C72 (or 0x165C72) is known color: Orient. HEX triplet: 16, 5C and 72. RGB value is (22,92,114). Sum of RGB (Red+Green+Blue) = 22+92+114=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #165C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C72 is #E9A38D. Grayscale: #494949. Windows color (decimal): -15311758 or 7494678. OLE color: 7494678.
HSL color Cylindrical-coordinate representation of color #165C72: hue angle of 194.35º 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 #165C72 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 92 | 114 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.55 |
| HSL | 194.35º | 0.68% | 0.27% | - |
| HSV(B) | 194.35º | 0.81% | 0.45% | - |
| XYZ | 7.2 | 9.04 | 17.29 | - |
| YUV | 73.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 114 | 0.81 | 0.19 | 0 | 0.55 | 194.35 | 0.68 | 0.27 |
| Hex | 16 | 5C | 72 | 51 | 13 | 0 | 37 | C2 | 44 | 1B |
| Octal | 26 | 134 | 162 | 121 | 23 | 0 | 67 | 302 | 104 | 33 |
| Binary | 10110 | 1011100 | 1110010 | 1010001 | 10011 | 0 | 110111 | 11000010 | 1000100 | 11011 |
Color Harmonies of #165C72
Complementary color
Monochromatic Colors of #165C72
Black with #165C72
Text Example
Text Example
White with #165C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C72; }
p { color: rgb(22,92,114); }
H1.HeaderClassName
{
color: #165C72;
}
.AnyTagClassName
{
color: #165C72;
}
</style>
background-color css
<style>
a { background-color: #165C72; }
a { background-color: rgb(22,92,114); }
div.DivClassName
{
background-color: #165C72;
}
.BgClassName
{
background-color: #165C72;
}
</style>
border-color css
<style>
span { border-color: #165C72; }
span { border-color: rgb(22,92,114); }
td.TdClassName
{
border-color: #165C72;
}
.TagClassName
{
border-color: #165C72;
}
</style>