Shades of Orient #16516B
Tints of Orient #16516B
RGB
CMYK
RGB Variations
Color information
#16516B (or 0x16516B) is known color: Orient. HEX triplet: 16, 51 and 6B. RGB value is (22,81,107). Sum of RGB (Red+Green+Blue) = 22+81+107=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #16516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16516B is #E9AE94. Grayscale: #424242. Windows color (decimal): -15314581 or 7033110. OLE color: 7033110.
HSL color Cylindrical-coordinate representation of color #16516B: hue angle of 198.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16516B is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 81 | 107 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.58 |
| HSL | 198.35º | 0.66% | 0.25% | - |
| HSV(B) | 198.35º | 0.79% | 0.42% | - |
| XYZ | 5.93 | 7.12 | 14.97 | - |
| YUV | 66.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 107 | 0.79 | 0.24 | 0 | 0.58 | 198.35 | 0.66 | 0.25 |
| Hex | 16 | 51 | 6B | 4F | 18 | 0 | 3A | C6 | 42 | 19 |
| Octal | 26 | 121 | 153 | 117 | 30 | 0 | 72 | 306 | 102 | 31 |
| Binary | 10110 | 1010001 | 1101011 | 1001111 | 11000 | 0 | 111010 | 11000110 | 1000010 | 11001 |
Color Harmonies of #16516B
Complementary color
Monochromatic Colors of #16516B
Black with #16516B
Text Example
Text Example
White with #16516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16516B; }
p { color: rgb(22,81,107); }
H1.HeaderClassName
{
color: #16516B;
}
.AnyTagClassName
{
color: #16516B;
}
</style>
background-color css
<style>
a { background-color: #16516B; }
a { background-color: rgb(22,81,107); }
div.DivClassName
{
background-color: #16516B;
}
.BgClassName
{
background-color: #16516B;
}
</style>
border-color css
<style>
span { border-color: #16516B; }
span { border-color: rgb(22,81,107); }
td.TdClassName
{
border-color: #16516B;
}
.TagClassName
{
border-color: #16516B;
}
</style>