Shades of Orient #165A6D
Tints of Orient #165A6D
RGB
CMYK
RGB Variations
Color information
#165A6D (or 0x165A6D) is known color: Orient. HEX triplet: 16, 5A and 6D. RGB value is (22,90,109). Sum of RGB (Red+Green+Blue) = 22+90+109=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #165A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A6D is #E9A592. Grayscale: #474747. Windows color (decimal): -15312275 or 7166486. OLE color: 7166486.
HSL color Cylindrical-coordinate representation of color #165A6D: hue angle of 193.1º 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 #165A6D is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 90 | 109 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.57 |
| HSL | 193.1º | 0.66% | 0.26% | - |
| HSV(B) | 193.1º | 0.8% | 0.43% | - |
| XYZ | 6.75 | 8.59 | 15.77 | - |
| YUV | 71.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 109 | 0.80 | 0.17 | 0 | 0.57 | 193.1 | 0.66 | 0.26 |
| Hex | 16 | 5A | 6D | 50 | 11 | 0 | 39 | C1 | 42 | 1A |
| Octal | 26 | 132 | 155 | 120 | 21 | 0 | 71 | 301 | 102 | 32 |
| Binary | 10110 | 1011010 | 1101101 | 1010000 | 10001 | 0 | 111001 | 11000001 | 1000010 | 11010 |
Color Harmonies of #165A6D
Complementary color
Monochromatic Colors of #165A6D
Black with #165A6D
Text Example
Text Example
White with #165A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A6D; }
p { color: rgb(22,90,109); }
H1.HeaderClassName
{
color: #165A6D;
}
.AnyTagClassName
{
color: #165A6D;
}
</style>
background-color css
<style>
a { background-color: #165A6D; }
a { background-color: rgb(22,90,109); }
div.DivClassName
{
background-color: #165A6D;
}
.BgClassName
{
background-color: #165A6D;
}
</style>
border-color css
<style>
span { border-color: #165A6D; }
span { border-color: rgb(22,90,109); }
td.TdClassName
{
border-color: #165A6D;
}
.TagClassName
{
border-color: #165A6D;
}
</style>