#165371

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

Shades of Orient #165371

Tints of Orient #165371

Color information

#165371 (or 0x165371) is unknown color: approx Orient. HEX triplet: 16, 53 and 71. RGB value is (22,83,113). Sum of RGB (Red+Green+Blue) = 22+83+113=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #165371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165371 is #E9AC8E. Grayscale: #444444. Windows color (decimal): -15314063 or 7426838. OLE color: 7426838.

HSL color Cylindrical-coordinate representation of color #165371: hue angle of 199.78º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165371 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2283113-
CMYK0.810.2700.56
HSL199.78º67.41%26.47%-
HSV(B)199.78º80.53%44.31%-
XYZ6.47.5516.74-
YUV68.18153.2995.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=10.09%
G=38.07%
B=51.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22831130.810.2700.56199.7867.4126.47
Hex165371511B038c8431a
Octal261231611213307031010332
Binary1011010100111110001101000111011011100011001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165371; }

 p { color: rgb(22,83,113); }

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

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

 a { background-color: rgb(22,83,113); }

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

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

 span { border-color: rgb(22,83,113); }

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