#165373

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

Shades of Orient #165373

Tints of Orient #165373

Color information

#165373 (or 0x165373) is unknown color: approx Orient. HEX triplet: 16, 53 and 73. RGB value is (22,83,115). Sum of RGB (Red+Green+Blue) = 22+83+115=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #165373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165373 is #E9AC8C. Grayscale: #444444. Windows color (decimal): -15314061 or 7557910. OLE color: 7557910.

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

Color convert

RGB2283115-
CMYK0.810.2800.55
HSL200.65º67.88%26.86%-
HSV(B)200.65º80.87%45.1%-
XYZ6.527.5917.34-
YUV68.41154.2994.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=10%
G=37.73%
B=52.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22831150.810.2800.55200.6567.8826.86
Hex165373511C037c9441b
Octal261231631213406731110433
Binary1011010100111110011101000111100011011111001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165373; }

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

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

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

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

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

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

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

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