#164F70

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

Shades of Orient #164F70

Tints of Orient #164F70

Color information

#164F70 (or 0x164F70) is unknown color: approx Orient. HEX triplet: 16, 4F and 70. RGB value is (22,79,112). Sum of RGB (Red+Green+Blue) = 22+79+112=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #164F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F70 is #E9B08F. Grayscale: #414141. Windows color (decimal): -15315088 or 7360278. OLE color: 7360278.

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

Color convert

RGB2279112-
CMYK0.800.2900.56
HSL202º67.16%26.27%-
HSV(B)202º80.36%43.92%-
XYZ6.056.9316.35-
YUV65.72154.1296.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=10.33%
G=37.09%
B=52.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22791120.800.2900.5620267.1626.27
Hex164F70501D038ca431a
Octal261171601203507031210332
Binary1011010011111110000101000011101011100011001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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