#165369

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

Shades of Orient #165369

Tints of Orient #165369

Color information

#165369 (or 0x165369) is unknown color: approx Orient. HEX triplet: 16, 53 and 69. RGB value is (22,83,105). Sum of RGB (Red+Green+Blue) = 22+83+105=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #165369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165369 is #E9AC96. Grayscale: #434343. Windows color (decimal): -15314071 or 6902550. OLE color: 6902550.

HSL color Cylindrical-coordinate representation of color #165369: hue angle of 195.9º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165369 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2283105-
CMYK0.790.2100.59
HSL195.9º65.35%24.9%-
HSV(B)195.9º79.05%41.18%-
XYZ5.977.3814.47-
YUV67.27149.2995.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 105 (41.41% from 255) = 50%
R=10.48%
G=39.52%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22831050.790.2100.59195.965.3524.9
Hex1653694F1503Bc44119
Octal261231511172507330410131
Binary1011010100111101001100111110101011101111000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165369; }

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

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

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

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

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

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

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

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