Shades of Orient #16567B
Tints of Orient #16567B
RGB
CMYK
RGB Variations
Color information
#16567B (or 0x16567B) is known color: Orient. HEX triplet: 16, 56 and 7B. RGB value is (22,86,123). Sum of RGB (Red+Green+Blue) = 22+86+123=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #16567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16567B is #E9A984. Grayscale: #464646. Windows color (decimal): -15313285 or 8082966. OLE color: 8082966.
HSL color Cylindrical-coordinate representation of color #16567B: hue angle of 201.98º degrees, saturation: 0.7, 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 #16567B is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 86 | 123 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.52 |
| HSL | 201.98º | 0.7% | 0.28% | - |
| HSV(B) | 201.98º | 0.82% | 0.48% | - |
| XYZ | 7.23 | 8.26 | 19.95 | - |
| YUV | 71.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 123 | 0.82 | 0.30 | 0 | 0.52 | 201.98 | 0.7 | 0.28 |
| Hex | 16 | 56 | 7B | 52 | 1E | 0 | 34 | CA | 46 | 1C |
| Octal | 26 | 126 | 173 | 122 | 36 | 0 | 64 | 312 | 106 | 34 |
| Binary | 10110 | 1010110 | 1111011 | 1010010 | 11110 | 0 | 110100 | 11001010 | 1000110 | 11100 |
Color Harmonies of #16567B
Complementary color
Monochromatic Colors of #16567B
Black with #16567B
Text Example
Text Example
White with #16567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16567B; }
p { color: rgb(22,86,123); }
H1.HeaderClassName
{
color: #16567B;
}
.AnyTagClassName
{
color: #16567B;
}
</style>
background-color css
<style>
a { background-color: #16567B; }
a { background-color: rgb(22,86,123); }
div.DivClassName
{
background-color: #16567B;
}
.BgClassName
{
background-color: #16567B;
}
</style>
border-color css
<style>
span { border-color: #16567B; }
span { border-color: rgb(22,86,123); }
td.TdClassName
{
border-color: #16567B;
}
.TagClassName
{
border-color: #16567B;
}
</style>