#165873

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

Shades of Orient #165873

Tints of Orient #165873

Color information

#165873 (or 0x165873) is unknown color: approx Orient. HEX triplet: 16, 58 and 73. RGB value is (22,88,115). Sum of RGB (Red+Green+Blue) = 22+88+115=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #165873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165873 is #E9A78C. Grayscale: #474747. Windows color (decimal): -15312781 or 7559190. OLE color: 7559190.

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

Color convert

RGB2288115-
CMYK0.810.2300.55
HSL197.42º67.88%26.86%-
HSV(B)197.42º80.87%45.1%-
XYZ6.928.3917.47-
YUV71.34152.6392.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=9.78%
G=39.11%
B=51.11%

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
Decimal22881150.810.2300.55197.4267.8826.86
Hex1658735117037c5441b
Octal261301631212706730510433
Binary1011010110001110011101000110111011011111000101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165873; }

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

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

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

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

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

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

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

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