#165972

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

Shades of Orient #165972

Tints of Orient #165972

Color information

#165972 (or 0x165972) is unknown color: approx Orient. HEX triplet: 16, 59 and 72. RGB value is (22,89,114). Sum of RGB (Red+Green+Blue) = 22+89+114=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #165972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165972 is #E9A68D. Grayscale: #474747. Windows color (decimal): -15312526 or 7493910. OLE color: 7493910.

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

Color convert

RGB2289114-
CMYK0.810.2200.55
HSL196.3º67.65%26.67%-
HSV(B)196.3º80.7%44.71%-
XYZ6.948.5317.2-
YUV71.82151.892.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=9.78%
G=39.56%
B=50.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22891140.810.2200.55196.367.6526.67
Hex1659725116037c4441b
Octal261311621212606730410433
Binary1011010110011110010101000110110011011111000100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165972; }

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

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

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

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

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

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

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

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