#164F74

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

Shades of Orient #164F74

Tints of Orient #164F74

Color information

#164F74 (or 0x164F74) is unknown color: approx Orient. HEX triplet: 16, 4F and 74. RGB value is (22,79,116). Sum of RGB (Red+Green+Blue) = 22+79+116=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #164F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F74 is #E9B08B. Grayscale: #414141. Windows color (decimal): -15315084 or 7622422. OLE color: 7622422.

HSL color Cylindrical-coordinate representation of color #164F74: hue angle of 203.62º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164F74 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2279116-
CMYK0.810.3200.55
HSL203.62º68.12%27.06%-
HSV(B)203.62º81.03%45.49%-
XYZ6.287.0217.55-
YUV66.18156.1296.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=10.14%
G=36.41%
B=53.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22791160.810.3200.55203.6268.1227.06
Hex164F745120037cc441b
Octal261171641214006731410433
Binary10110100111111101001010001100000011011111001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,79,116); }

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

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

 a { background-color: rgb(22,79,116); }

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

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

 span { border-color: rgb(22,79,116); }

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