Shades of Orient #16576D
Tints of Orient #16576D
RGB
CMYK
RGB Variations
Color information
#16576D (or 0x16576D) is known color: Orient. HEX triplet: 16, 57 and 6D. RGB value is (22,87,109). Sum of RGB (Red+Green+Blue) = 22+87+109=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #16576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16576D is #E9A892. Grayscale: #454545. Windows color (decimal): -15313043 or 7165718. OLE color: 7165718.
HSL color Cylindrical-coordinate representation of color #16576D: hue angle of 195.17º 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 #16576D is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 87 | 109 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.57 |
| HSL | 195.17º | 0.66% | 0.26% | - |
| HSV(B) | 195.17º | 0.8% | 0.43% | - |
| XYZ | 6.5 | 8.09 | 15.69 | - |
| YUV | 70.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 109 | 0.80 | 0.20 | 0 | 0.57 | 195.17 | 0.66 | 0.26 |
| Hex | 16 | 57 | 6D | 50 | 14 | 0 | 39 | C3 | 42 | 1A |
| Octal | 26 | 127 | 155 | 120 | 24 | 0 | 71 | 303 | 102 | 32 |
| Binary | 10110 | 1010111 | 1101101 | 1010000 | 10100 | 0 | 111001 | 11000011 | 1000010 | 11010 |
Color Harmonies of #16576D
Complementary color
Monochromatic Colors of #16576D
Black with #16576D
Text Example
Text Example
White with #16576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16576D; }
p { color: rgb(22,87,109); }
H1.HeaderClassName
{
color: #16576D;
}
.AnyTagClassName
{
color: #16576D;
}
</style>
background-color css
<style>
a { background-color: #16576D; }
a { background-color: rgb(22,87,109); }
div.DivClassName
{
background-color: #16576D;
}
.BgClassName
{
background-color: #16576D;
}
</style>
border-color css
<style>
span { border-color: #16576D; }
span { border-color: rgb(22,87,109); }
td.TdClassName
{
border-color: #16576D;
}
.TagClassName
{
border-color: #16576D;
}
</style>