#164E71

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

Shades of Orient #164E71

Tints of Orient #164E71

Color information

#164E71 (or 0x164E71) is unknown color: approx Orient. HEX triplet: 16, 4E and 71. RGB value is (22,78,113). Sum of RGB (Red+Green+Blue) = 22+78+113=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #164E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E71 is #E9B18E. Grayscale: #414141. Windows color (decimal): -15315343 or 7425558. OLE color: 7425558.

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

Color convert

RGB2278113-
CMYK0.810.3100.56
HSL203.08º67.41%26.47%-
HSV(B)203.08º80.53%44.31%-
XYZ6.046.8116.62-
YUV65.25154.9597.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=10.33%
G=36.62%
B=53.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22781130.810.3100.56203.0867.4126.47
Hex164E71511F038cb431a
Octal261161611213707031310332
Binary1011010011101110001101000111111011100011001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164E71; }

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

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

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

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

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

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

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

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