Shades of Orient #165A6E
Tints of Orient #165A6E
RGB
CMYK
RGB Variations
Color information
#165A6E (or 0x165A6E) is known color: Orient. HEX triplet: 16, 5A and 6E. RGB value is (22,90,110). Sum of RGB (Red+Green+Blue) = 22+90+110=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #165A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A6E is #E9A591. Grayscale: #474747. Windows color (decimal): -15312274 or 7232022. OLE color: 7232022.
HSL color Cylindrical-coordinate representation of color #165A6E: hue angle of 193.64º degrees, saturation: 0.67, 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 #165A6E is Cyan = 0.8, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 90 | 110 | - |
| CMYK | 0.8 | 0.18 | 0 | 0.57 |
| HSL | 193.64º | 0.67% | 0.26% | - |
| HSV(B) | 193.64º | 0.8% | 0.43% | - |
| XYZ | 6.8 | 8.61 | 16.06 | - |
| YUV | 71.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 110 | 0.8 | 0.18 | 0 | 0.57 | 193.64 | 0.67 | 0.26 |
| Hex | 16 | 5A | 6E | 50 | 12 | 0 | 39 | C2 | 43 | 1A |
| Octal | 26 | 132 | 156 | 120 | 22 | 0 | 71 | 302 | 103 | 32 |
| Binary | 10110 | 1011010 | 1101110 | 1010000 | 10010 | 0 | 111001 | 11000010 | 1000011 | 11010 |
Color Harmonies of #165A6E
Complementary color
Monochromatic Colors of #165A6E
Black with #165A6E
Text Example
Text Example
White with #165A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A6E; }
p { color: rgb(22,90,110); }
H1.HeaderClassName
{
color: #165A6E;
}
.AnyTagClassName
{
color: #165A6E;
}
</style>
background-color css
<style>
a { background-color: #165A6E; }
a { background-color: rgb(22,90,110); }
div.DivClassName
{
background-color: #165A6E;
}
.BgClassName
{
background-color: #165A6E;
}
</style>
border-color css
<style>
span { border-color: #165A6E; }
span { border-color: rgb(22,90,110); }
td.TdClassName
{
border-color: #165A6E;
}
.TagClassName
{
border-color: #165A6E;
}
</style>