Shades of Orient #16567A
Tints of Orient #16567A
RGB
CMYK
RGB Variations
Color information
#16567A (or 0x16567A) is known color: Orient. HEX triplet: 16, 56 and 7A. RGB value is (22,86,122). Sum of RGB (Red+Green+Blue) = 22+86+122=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #16567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16567A is #E9A985. Grayscale: #464646. Windows color (decimal): -15313286 or 8017430. OLE color: 8017430.
HSL color Cylindrical-coordinate representation of color #16567A: hue angle of 201.6º degrees, saturation: 0.69, 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 #16567A is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 86 | 122 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.52 |
| HSL | 201.6º | 0.69% | 0.28% | - |
| HSV(B) | 201.6º | 0.82% | 0.48% | - |
| XYZ | 7.17 | 8.23 | 19.62 | - |
| YUV | 70.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 122 | 0.82 | 0.30 | 0 | 0.52 | 201.6 | 0.69 | 0.28 |
| Hex | 16 | 56 | 7A | 52 | 1E | 0 | 34 | CA | 45 | 1C |
| Octal | 26 | 126 | 172 | 122 | 36 | 0 | 64 | 312 | 105 | 34 |
| Binary | 10110 | 1010110 | 1111010 | 1010010 | 11110 | 0 | 110100 | 11001010 | 1000101 | 11100 |
Color Harmonies of #16567A
Complementary color
Monochromatic Colors of #16567A
Black with #16567A
Text Example
Text Example
White with #16567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16567A; }
p { color: rgb(22,86,122); }
H1.HeaderClassName
{
color: #16567A;
}
.AnyTagClassName
{
color: #16567A;
}
</style>
background-color css
<style>
a { background-color: #16567A; }
a { background-color: rgb(22,86,122); }
div.DivClassName
{
background-color: #16567A;
}
.BgClassName
{
background-color: #16567A;
}
</style>
border-color css
<style>
span { border-color: #16567A; }
span { border-color: rgb(22,86,122); }
td.TdClassName
{
border-color: #16567A;
}
.TagClassName
{
border-color: #16567A;
}
</style>