#165E7F

Color #165E7F Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #165E7F

Tints of Orient #165E7F

Color information

#165E7F (or 0x165E7F) is unknown color: approx Orient. HEX triplet: 16, 5E and 7F. RGB value is (22,94,127). Sum of RGB (Red+Green+Blue) = 22+94+127=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #165E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E7F is #E9A180. Grayscale: #4C4C4C. Windows color (decimal): -15311233 or 8347158. OLE color: 8347158.

HSL color Cylindrical-coordinate representation of color #165E7F: hue angle of 198.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165E7F is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2294127-
CMYK0.830.2600.50
HSL198.86º70.47%29.22%-
HSV(B)198.86º82.68%49.8%-
XYZ8.169.7121.52-
YUV76.23156.6589.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 127 (50% from 255) = 52.26%
R=9.05%
G=38.68%
B=52.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22941270.830.2600.50198.8670.4729.22
Hex165E7F531A032c7461d
Octal261361771233206230710635
Binary1011010111101111111101001111010011001011000111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165E7F; }

 p { color: rgb(22,94,127); }

 H1.HeaderClassName
 {
   color: #165E7F;
 }
 .AnyTagClassName
 {
   color: #165E7F;
 }
</style>
background-color css

<style>
 a { background-color: #165E7F; }

 a { background-color: rgb(22,94,127); }

 div.DivClassName
 {
   background-color: #165E7F;
 }
 .BgClassName
 {
   background-color: #165E7F;
 }
</style>
border-color css

<style>
 span { border-color: #165E7F; }

 span { border-color: rgb(22,94,127); }

 td.TdClassName
 {
   border-color: #165E7F;
 }
 .TagClassName
 {
   border-color: #165E7F;
 }
</style>