Shades of Orient #164D6D
Tints of Orient #164D6D
RGB
CMYK
RGB Variations
Color information
#164D6D (or 0x164D6D) is known color: Orient. HEX triplet: 16, 4D and 6D. RGB value is (22,77,109). Sum of RGB (Red+Green+Blue) = 22+77+109=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #164D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D6D is #E9B292. Grayscale: #404040. Windows color (decimal): -15315603 or 7163158. OLE color: 7163158.
HSL color Cylindrical-coordinate representation of color #164D6D: hue angle of 202.07º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164D6D is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 77 | 109 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.57 |
| HSL | 202.07º | 0.66% | 0.26% | - |
| HSV(B) | 202.07º | 0.8% | 0.43% | - |
| XYZ | 5.75 | 6.58 | 15.44 | - |
| YUV | 64.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 109 | 0.80 | 0.29 | 0 | 0.57 | 202.07 | 0.66 | 0.26 |
| Hex | 16 | 4D | 6D | 50 | 1D | 0 | 39 | CA | 42 | 1A |
| Octal | 26 | 115 | 155 | 120 | 35 | 0 | 71 | 312 | 102 | 32 |
| Binary | 10110 | 1001101 | 1101101 | 1010000 | 11101 | 0 | 111001 | 11001010 | 1000010 | 11010 |
Color Harmonies of #164D6D
Complementary color
Monochromatic Colors of #164D6D
Black with #164D6D
Text Example
Text Example
White with #164D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D6D; }
p { color: rgb(22,77,109); }
H1.HeaderClassName
{
color: #164D6D;
}
.AnyTagClassName
{
color: #164D6D;
}
</style>
background-color css
<style>
a { background-color: #164D6D; }
a { background-color: rgb(22,77,109); }
div.DivClassName
{
background-color: #164D6D;
}
.BgClassName
{
background-color: #164D6D;
}
</style>
border-color css
<style>
span { border-color: #164D6D; }
span { border-color: rgb(22,77,109); }
td.TdClassName
{
border-color: #164D6D;
}
.TagClassName
{
border-color: #164D6D;
}
</style>