Shades of Orient #16577B
Tints of Orient #16577B
RGB
CMYK
RGB Variations
Color information
#16577B (or 0x16577B) is known color: Orient. HEX triplet: 16, 57 and 7B. RGB value is (22,87,123). Sum of RGB (Red+Green+Blue) = 22+87+123=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #16577B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16577B is #E9A884. Grayscale: #474747. Windows color (decimal): -15313029 or 8083222. OLE color: 8083222.
HSL color Cylindrical-coordinate representation of color #16577B: hue angle of 201.39º 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 #16577B is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 87 | 123 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.52 |
| HSL | 201.39º | 0.7% | 0.28% | - |
| HSV(B) | 201.39º | 0.82% | 0.48% | - |
| XYZ | 7.31 | 8.42 | 19.98 | - |
| YUV | 71.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 123 | 0.82 | 0.29 | 0 | 0.52 | 201.39 | 0.7 | 0.28 |
| Hex | 16 | 57 | 7B | 52 | 1D | 0 | 34 | C9 | 46 | 1C |
| Octal | 26 | 127 | 173 | 122 | 35 | 0 | 64 | 311 | 106 | 34 |
| Binary | 10110 | 1010111 | 1111011 | 1010010 | 11101 | 0 | 110100 | 11001001 | 1000110 | 11100 |
Color Harmonies of #16577B
Complementary color
Monochromatic Colors of #16577B
Black with #16577B
Text Example
Text Example
White with #16577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16577B; }
p { color: rgb(22,87,123); }
H1.HeaderClassName
{
color: #16577B;
}
.AnyTagClassName
{
color: #16577B;
}
</style>
background-color css
<style>
a { background-color: #16577B; }
a { background-color: rgb(22,87,123); }
div.DivClassName
{
background-color: #16577B;
}
.BgClassName
{
background-color: #16577B;
}
</style>
border-color css
<style>
span { border-color: #16577B; }
span { border-color: rgb(22,87,123); }
td.TdClassName
{
border-color: #16577B;
}
.TagClassName
{
border-color: #16577B;
}
</style>