#165971

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

Shades of Orient #165971

Tints of Orient #165971

Color information

#165971 (or 0x165971) is unknown color: approx Orient. HEX triplet: 16, 59 and 71. RGB value is (22,89,113). Sum of RGB (Red+Green+Blue) = 22+89+113=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #165971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165971 is #E9A68E. Grayscale: #474747. Windows color (decimal): -15312527 or 7428374. OLE color: 7428374.

HSL color Cylindrical-coordinate representation of color #165971: hue angle of 195.82º 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 #165971 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2289113-
CMYK0.810.2100.56
HSL195.82º67.41%26.47%-
HSV(B)195.82º80.53%44.31%-
XYZ6.888.5116.9-
YUV71.7151.392.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=9.82%
G=39.73%
B=50.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22891130.810.2100.56195.8267.4126.47
Hex1659715115038c4431a
Octal261311611212507030410332
Binary1011010110011110001101000110101011100011000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165971; }

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

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

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

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

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

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

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

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