#165973

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

Shades of Orient #165973

Tints of Orient #165973

Color information

#165973 (or 0x165973) is unknown color: approx Orient. HEX triplet: 16, 59 and 73. RGB value is (22,89,115). Sum of RGB (Red+Green+Blue) = 22+89+115=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #165973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165973 is #E9A68C. Grayscale: #474747. Windows color (decimal): -15312525 or 7559446. OLE color: 7559446.

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

Color convert

RGB2289115-
CMYK0.810.2300.55
HSL196.77º67.88%26.86%-
HSV(B)196.77º80.87%45.1%-
XYZ78.5517.5-
YUV71.93152.392.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=9.73%
G=39.38%
B=50.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22891150.810.2300.55196.7767.8826.86
Hex1659735117037c5441b
Octal261311631212706730510433
Binary1011010110011110011101000110111011011111000101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165973; }

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

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

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

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

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

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

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

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